Template:ApplicationTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
</noinclude><includeonly><table class="PageWidthTableTemplate">
</noinclude><includeonly><table class="PageWidthTableTemplate">
{{#ifeq:{{{Website|}}}|||
{{#ifeq:{{{Website|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Website:'''</td>
'''Website:'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]}}
{{#arraymap:{{{Website|}}}|;|x|[[HasURL::x]]|;&nbsp; }}</td></tr>}}
</td></tr>
}}
{{#ifeq:{{{ApplicationType|}}}|||
{{#ifeq:{{{ApplicationType|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Application type:'''</td>
'''Application type:'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasApplicationType::{{{ApplicationType|}}}]]
[[HasApplicationType::{{{ApplicationType|}}}]]</td></tr>
</td></tr>
}}
}}
{{#ifeq:{{{IMAGERoleDescription|}}}|||
{{#ifeq:{{{IMAGERoleDescription|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Role of IMAGE framework:'''</td>
'''Role of IMAGE framework:'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasIMAGERoleDescription::{{{IMAGERoleDescription|}}}]]
[[HasIMAGERoleDescription::{{{IMAGERoleDescription|}}}]]</td></tr>
</td></tr>
}}
}}
{{#ifeq:{{{Summary|}}}|||
{{#ifeq:{{{Summary|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Summary:'''</td>
'''Summary:'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasSummary::{{{Summary|}}}]]
[[HasSummary::{{{Summary|}}}]]</td></tr>
</td></tr>
}}
}}
{{#ifeq:{{{Partners|}}}|||
{{#ifeq:{{{Partners|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Partner(s):'''</td>
'''Partner(s):'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]}}
{{#arraymap:{{{Partners|}}}|;|x|[[HasPartner::x]]|;&nbsp;}}</td></tr>
</td></tr>
}}
}}
{{#ifeq:{{{KeyReference|}}}|||
{{#ifeq:{{{KeyReference|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Key publication(s):'''</td>
'''Key publication(s):'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}
{{#arraymap:{{{KeyReference|}}}|;|x|[[HasKeyReference::x]]}}</td></tr>
</td></tr>
}}
}}
{{#ifeq:{{{Reference|}}}|||
{{#ifeq:{{{Reference|}}}|||
<tr><td class="PageWidthTableFirstCell">
<tr><td class="PageWidthTableFirstCell">'''Reference(s):'''</td>
'''Reference(s):'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]}}</td></tr>
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x]]|;&nbsp;}}</td></tr>
}}
}}
</table>
</table>

Revision as of 19:48, 23 May 2014

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

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

Edit the page to see the template text.