Template:Discuss: Difference between revisions
Jump to navigation
Jump to search
Ttenbergen (talk | contribs) mNo edit summary |
Ttenbergen (talk | contribs) mNo edit summary |
||
(28 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== Template instructions == | == Template instructions == | ||
This template does the following: | This template does the following: | ||
* adds the "question" symbol to the left of a table | |||
* adds an entry to the page that summarizes a question | * adds an entry to the page that summarizes a question | ||
* puts the listing onto [[ | * puts the listing onto [[Questions]] via SMW query | ||
* adds the page to [[:Category:Questions]] | |||
To add to page: | To add to page: | ||
<pre>{{Discuss | who = all, Allan, | <pre>{{Discuss | who = <one of all, Allan, Julie, Lisa, Pagasa, Tina> | question = | ||
* <put your concern here>}}</pre> | * <put your concern here>}}</pre> | ||
Please be very careful editing this template since it will affect everywhere this template is used. | |||
== Cargo Declaration == | |||
{{#cargo_declare: | |||
_table = Discussions | |||
|who=text | |||
|question=wikitext | |||
}} | |||
Line 16: | Line 27: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
||[[File: | |{{#ifeq: {{{who}}}|Allan |[[File:Poindexter.jpg|40px|link=Allan's links]]| | ||
{{#ifeq: {{{who}}}|Julie |[[File:StatsLogo.svg|40px|link=Statistician]]| | |||
{{#ifeq: {{{who}}}|Tina |[[File:Swiss Army Knife.svg|40px|link=User:Ttenbergen/questions for tina]]| | |||
{{#ifeq: {{{who}}}|Pagasa|[[File:Data processor.svg|40px|link=Data Processor]]| | |||
{{#ifeq: {{{who}}}|Lisa|[[File:LK.png|40px|link=Database Manager]]| | |||
{{#ifeq: {{{who}}}|Task|[[Image:Discuss@task.png|link=Task Team Meeting - Rolling Agenda and Minutes]]| | |||
[[File:Interro-01.gif|link=Questions]]| | |||
for {{{who|all}}}}}}}}}}}}}}} | |||
|| | |||
{{{question|{{{1|*not summarized}}}}}} | |||
|}</div> <includeonly><div style="display: none;"> | |||
* SMW | |||
{{#set:DiscussQuestion={{{question|{{{1|not summarized}}}}}} }} | |||
{{#set:DiscussWho={{{who|all}}} }} | |||
* Cargo | |||
{{#cargo_store: | |||
_table = Discussions | |||
|who={{{who|all}}} | |||
|question={{{question|{{{1|not summarized}}}}}} | |||
}} | |||
* Categories | |||
[[Category:Questions]] | |||
< | </div></includeonly> |
Latest revision as of 21:04, 2022 February 9
Template instructions
This template does the following:
- adds the "question" symbol to the left of a table
- adds an entry to the page that summarizes a question
- puts the listing onto Questions via SMW query
- adds the page to Category:Questions
To add to page:
{{Discuss | who = <one of all, Allan, Julie, Lisa, Pagasa, Tina> | question = * <put your concern here>}}
Please be very careful editing this template since it will affect everywhere this template is used.
Cargo Declaration
This template defines the table "Discussions". View table.