Template:ApplicationTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "<noinclude> This is the "ApplicationTemplate" template. It should be called in the following format: <pre> {{ApplicationTemplate |Acronym= |Website= |ApplicationType= |Summary...")
 
No edit summary
Line 15: Line 15:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>{| class="wikitable"
</noinclude><includeonly>{{PageWidthTableTemplate}}
! Acronym
{{#ifeq:{{{Acronym|}}}|||
| [[HasAcronym::{{{Acronym|}}}]]
<tr>{{PageWidthTableFirstCellTemplate}}'''Acronym:'''</td>
|-
{{PageWidthTableRemainderCellTemplate}}[[HasAcronym::{{{Acronym|}}}]]</td></tr>
! Website
}}
| [[HasURL::{{{Website|}}}]]
{{#ifeq:{{{Website|}}}|||
|-
<tr>{{PageWidthTableFirstCellTemplate}}'''Website:'''</td>
! Application type
{{PageWidthTableRemainderCellTemplate}}[[HasURL::{{{Website|}}}]]</td></tr>
| [[HasApplicationType::{{{ApplicationType|}}}]]
}}
|-
{{#ifeq:{{{ApplicationType|}}}|||
! Summary
<tr>{{PageWidthTableFirstCellTemplate}}'''Application type:'''</td>
| [[HasSummary::{{{Summary|}}}]]
{{PageWidthTableRemainderCellTemplate}}[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
|-
}}
! Partners
{{#ifeq:{{{Summary|}}}|||
| [[HasCreator::{{{Partners|}}}]]
<tr>{{PageWidthTableFirstCellTemplate}}'''Summary:'''</td>
|-
{{PageWidthTableRemainderCellTemplate}}[[HasSummary::{{{Summary|}}}]]</td></tr>
! Key references
}}
| {{#arraymap:{{{KeyReference|}}}|,|x|[[HasKeyReference::x]]}}
{{#ifeq:{{{Partners|}}}|||
|-
<tr>{{PageWidthTableFirstCellTemplate}}'''Partner(s):'''</td>
! References
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{Partners|}}}|,|x|[[HasPartner::x]]}}</td></tr>
| [[HasReference::{{{Reference|}}}]]
}}
|-
{{#ifeq:{{{KeyReference|}}}|||
! Description
<tr>{{PageWidthTableFirstCellTemplate}}'''Key reference(s):'''</td>
| [[HasDescription::{{{Description|}}}]]
{[PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{KeyReference|}}}|,|x|[[HasKeyReference::x]]}}</td></tr>
|}
}}
{{#ifeq:{{{Reference|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Reference(s):'''</td>
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{Reference|}}}|,|x|[[HasReference::x]]</td></tr>
}}
</table>
 
{{#ifeq:{{{Description|}}}|||[[HasDescription::{{{Description|}}}]]}}


[[Category:Application]]
[[Category:Application]]
</includeonly>
</includeonly>

Revision as of 12:48, 8 August 2013

This is the "ApplicationTemplate" template. It should be called in the following format:

{{ApplicationTemplate
|Acronym=
|Website=
|ApplicationType=
|Summary=
|Partners=
|KeyReference=
|Reference=
|Description=
}}

Edit the page to see the template text.