Template:Subject: Difference between revisions
Jump to navigation
Jump to search
David Mason (talk | contribs) No edit summary |
No edit summary |
||
(74 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | |||
This is the Subject template. | |||
<pre> | |||
{{Subject | |||
|Source= | |||
|Contributor= | |||
|Description= | |||
|Link= | |||
|Start date= | |||
|End date= | |||
|Location= | |||
|Supplier= | |||
|Canadian dollar cost 2010= | |||
|Procurement Process= | |||
|Responsible person= | |||
|Responsible unit= | |||
}} | |||
</pre> | |||
[[Category:Site components]] | |||
</noinclude> | |||
<includeonly> | <includeonly> | ||
<h1>{{#show: {{PAGENAME}}|?Description}}</h1> | |||
<div style="float: left; width: 70%"> | <div style="float: left; width: 70%"> | ||
<table class="wikitable"> | <table class="wikitable"> | ||
Line 7: | Line 29: | ||
<td>Link</td> | <td>Link</td> | ||
<td>{{#show: {{PAGENAME}}|?Link}}</td> | <td>{{#show: {{PAGENAME}}|?Link}}</td> | ||
</tr> | |||
}} | |||
{{ #if: {{{Source|}}} | | |||
<tr> | |||
<td>Source</td> | |||
<td>{{#arraymap:{{{Source|}}}|,|x|[[x]]}}</td> | |||
</tr> | |||
}} | |||
{{ #if: {{{Contributor|}}} | | |||
<tr> | |||
<td>Contributor</td> | |||
<td>{{#arraymap:{{{Contributor|}}}|,|x|[[x]]}}</td> | |||
</tr> | |||
}} | |||
{{ #if: {{{Start date|}}} | | |||
<tr> | |||
<td>Dates</td> | |||
<td>{{{Start date}}}{{ #if: {{{End date|}}} | | |||
{{SEP}} {{{End date}}} | |||
|}} | |||
</td> | |||
</tr> | |||
}} | |||
{{ #if: {{{Location|}}} | | |||
<tr> | |||
<td>Location</td> | |||
<td>[[{{{Location}}}]]</td> | |||
</tr> | </tr> | ||
}} | }} | ||
Line 73: | Line 122: | ||
<headertabs /> | <headertabs /> | ||
<div class="hidden"> | <div class="hidden"> | ||
{{ #if: {{{Source|}}} | | {{ #if: {{{Source|}}} | ||
{{ #set: Source={{{ | | {{#arraymap:{{{Source|}}}|,|x|{{ #set: Source=x}}}} | ||
}} | |||
{{ #if: {{{Contributor|}}} | |||
| {{#arraymap:{{{Contributor|}}}|,|x|{{ #set: Contributor=x}}}} | |||
}} | }} | ||
{{ #if: {{{Description of Activity|}}} | | {{ #if: {{{Description of Activity|}}} | | ||
Line 87: | Line 139: | ||
{{ #if: {{{Description|}}} | | {{ #if: {{{Description|}}} | | ||
{{ #set: Description={{{Description}}} }} | {{ #set: Description={{{Description}}} }} | ||
| {{#set: Description={{PAGENAME}} }} | |||
}} | }} | ||
{{ #if: {{{Canadian dollar cost 2010|}}} | | {{ #if: {{{Canadian dollar cost 2010|}}} | | ||
{{ #set: Canadian dollar cost 2010={{{Canadian dollar cost 2010}}} }} | {{ #set: Canadian dollar cost 2010={{{Canadian dollar cost 2010}}} }} | ||
| {{ #set: Canadian dollar cost 2010={{ #ask: [[Topic::{{PAGENAME}}]]|?Canadian dollar cost 2010|format=sum}} }} | |||
}} | }} | ||
{{ #if: {{{Procurement Process|}}} | | {{ #if: {{{Procurement Process|}}} | | ||
Line 100: | Line 154: | ||
{{#arraymap:{{{Topic|}}}|,|x|{{ #set: Topic=x}}}} | {{#arraymap:{{{Topic|}}}|,|x|{{ #set: Topic=x}}}} | ||
}} | }} | ||
{{ #if: {{{Position|}}} | | {{ #if: {{{Position|}}} | ||
{{ #set: Position={{{Position}}} }} | |{{ #set: Position={{{Position}}} }} | ||
| {{ #set: Position= | |{{ #if: {{{Canadian dollar cost 2010|}}} | ||
| {{ #set: Position=Cost item}} | |||
| {{ #set: Position=Component}} | |||
}} | |||
}} | }} | ||
{{ #if: {{{Link|}}} | | {{ #if: {{{Link|}}} | | ||
Line 113: | Line 170: | ||
{{ #set: Responsible unit={{{Responsible unit}}} }} | {{ #set: Responsible unit={{{Responsible unit}}} }} | ||
}} | }} | ||
{{ #if: {{{Start date|}}} | | |||
{{ #set: Start date={{{Start date}}} }} | |||
}} | |||
{{ #if: {{{End date|}}} | | |||
{{ #set: End date={{{End date}}} }} | |||
}} | |||
{{ #if: {{{Location|}}} | | |||
{{ #set: Location={{{Location}}} }} | |||
{{ #set: GPS location={{ #geocode: {{{Location}}} }} }} | |||
}} | |||
| {{#arraymap:{{{Topic|}}}|,|x|{{ #set: {{{Position}}}=x}}}} | |||
{{PAGELINK}} | |||
</div> | </div> | ||
<br /> | <br /> | ||
<span class="noticebox"> | <span class="noticebox"> | ||
{{#formlink:form=Subject|link text=Add subject »|query string=Subject[Project]={{{Project}}}&Subject[Topic]={{PAGENAME | {{#formlink:form=Subject|link text=Add subject »|query string=Subject[Project]={{{Project}}}&Subject[Topic]={{PAGENAME}} }} | ||
</span> | </span> | ||
<br class="cleared" /> | <br class="cleared" /> | ||
{{ #ask: [[Topic::{{PAGENAME}}]] | {{ #ask: [[Topic::{{PAGENAME}}]][[Position::Supports]] | ||
|?Description | |?Description | ||
|? | |?Source | ||
|? | |format=template | ||
|?Position | |template=Subject topics | ||
|link=none | |||
|intro=<h2>Supported by</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #ask: [[Topic::{{PAGENAME}}]][[Position::Refutes]] | |||
|?Description | |||
|?Source | |||
|format=template | |||
|template=Subject topics | |||
|link=none | |||
|intro=<h2>Refuted by</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #ask: [[Topic::{{PAGENAME}}]][[Position::Mixed]] | |||
|?Description | |||
|?Source | |||
|format=template | |||
|template=Subject topics | |||
|link=none | |||
|intro=<h2>Mixed response</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #ask: [[Topic::{{PAGENAME}}]][[Position::Debatable]] | |||
|?Description | |||
|?Source | |||
|format=template | |||
|template=Subject topics | |||
|link=none | |||
|intro=<h2>Debates</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #ask: [[Topic::{{PAGENAME}}]][[Position::Component]] | |||
|?Description | |||
|?Source | |||
|format=template | |format=template | ||
|template=Subject topics | |template=Subject topics | ||
|link=none | |link=none | ||
|intro=<h2>Components</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #ask: [[Topic::{{PAGENAME}}]][[Position::Cost item]] | |||
|?Description | |||
|?Canadian dollar cost 2010 | |||
|?Procurement Process | |||
|?Supplier | |||
|sort=Canadian dollar cost 2010 | |||
|order=desc | |||
|intro=<h2>Cost items</h2> | |||
|outro=<br class="cleared" /> | |||
}} | |||
{{ #if: {{{Procurement Process|}}} | |||
| {{ #if: {{{Canadian dollar cost 2010|}}} | |||
| | |||
| {{Todo|Missing Canadian dollar cost 2010}} | |||
}} | |||
}} | }} | ||
__NOTOC__ | |||
[[Category:Subject]] | [[Category:Subject]] | ||
</includeonly> | </includeonly> |
Latest revision as of 13:35, 2 February 2011
This is the Subject template.
{{Subject |Source= |Contributor= |Description= |Link= |Start date= |End date= |Location= |Supplier= |Canadian dollar cost 2010= |Procurement Process= |Responsible person= |Responsible unit= }}