Template:ApplicationTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
m (Text replace - "PageWidthTableRemainderCellTemplate" to "<td class="PageWidthTableRemainderCell"> ")
m (Reverted edits by PascaldeVink (talk) to last revision by RinekeOostenrijk)
Line 15: Line 15:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly><table class="PageWidthTableTemplate">
</noinclude><includeonly>{{PageWidthTableTemplate}}
{{#ifeq:{{{Website|}}}|||
{{#ifeq:{{{Website|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Website:'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Website:'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]}}</td></tr>
}}{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{ApplicationType|}}}|||
{{#ifeq:{{{ApplicationType|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Application type:'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Application type:'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
}}[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
}}
}}
{{#ifeq:{{{Summary|}}}|||
{{#ifeq:{{{Summary|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Summary:'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Summary:'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}[[HasSummary::{{{Summary|}}}]]</td></tr>
}}[[HasSummary::{{{Summary|}}}]]</td></tr>
}}
}}
{{#ifeq:{{{Partners|}}}|||
{{#ifeq:{{{Partners|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Partner(s):'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Partner(s):'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]}}</td></tr>
}}{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{KeyReference|}}}|||
{{#ifeq:{{{KeyReference|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Main publication(s):'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Main publication(s):'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}</td></tr>
}}{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}</td></tr>
}}
}}
{{#ifeq:{{{Reference|}}}|||
{{#ifeq:{{{Reference|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Reference(s):'''</td>
<tr>{{PageWidthTableFirstCellTemplate}}'''Reference(s):'''</td>
{{<td class="PageWidthTableRemainderCell">
{{PageWidthTableRemainderCellTemplate}}{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]}}</td></tr>
}}{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]}}</td></tr>
}}
}}
</table>
</table>

Revision as of 15:22, 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.