Template:ApplicationTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "{{PageWidthTableTemplate}}" to "<table class="PageWidthTableTemplate">")
m (Text replace - "{{PageWidthTableFirstCellTemplate}}" to "<td class="PageWidthTableFirstCell">")
Line 17: Line 17:
</noinclude><includeonly><table class="PageWidthTableTemplate">
</noinclude><includeonly><table class="PageWidthTableTemplate">
{{#ifeq:{{{Website|}}}|||
{{#ifeq:{{{Website|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Website:'''</td>
<tr><td class="PageWidthTableFirstCell">'''Website:'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]}}</td></tr>
{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{ApplicationType|}}}|||
{{#ifeq:{{{ApplicationType|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Application type:'''</td>
<tr><td class="PageWidthTableFirstCell">'''Application type:'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
}}
}}
{{#ifeq:{{{Summary|}}}|||
{{#ifeq:{{{Summary|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Summary:'''</td>
<tr><td class="PageWidthTableFirstCell">'''Summary:'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasSummary::{{{Summary|}}}]]</td></tr>
[[HasSummary::{{{Summary|}}}]]</td></tr>
}}
}}
{{#ifeq:{{{Partners|}}}|||
{{#ifeq:{{{Partners|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Partner(s):'''</td>
<tr><td class="PageWidthTableFirstCell">'''Partner(s):'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]}}</td></tr>
{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{KeyReference|}}}|||
{{#ifeq:{{{KeyReference|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Main publication(s):'''</td>
<tr><td class="PageWidthTableFirstCell">'''Main publication(s):'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}</td></tr>
{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{Reference|}}}|||
{{#ifeq:{{{Reference|}}}|||
<tr>{{PageWidthTableFirstCellTemplate}}'''Reference(s):'''</td>
<tr><td class="PageWidthTableFirstCell">'''Reference(s):'''</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]}}</td></tr>
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]}}</td></tr>

Revision as of 15:37, 13 December 2013

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

{{ApplicationTemplate

|Website=
|ApplicationType=
|Summary=
|Partners=
|KeyReference=
|Reference=
|Description=
}}

Edit the page to see the template text.