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">'''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><td class="PageWidthTableFirstCell">'''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:{{{IMAGERoleDescription|}}}|||
{{#ifeq:{{{IMAGERoleDescription|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Role of IMAGE framework:'''</td>
<tr><td class="PageWidthTableFirstCell">
'''Role of IMAGE framework:'''
</td>
<td class="PageWidthTableRemainderCell">
<td class="PageWidthTableRemainderCell">
[[HasIMAGERoleDescription::{{{IMAGERoleDescription|}}}]]</td></tr>
[[HasIMAGERoleDescription::{{{IMAGERoleDescription|}}}]]
</td></tr>
}}
}}
{{#ifeq:{{{Summary|}}}|||
{{#ifeq:{{{Summary|}}}|||
<tr><td class="PageWidthTableFirstCell">'''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><td class="PageWidthTableFirstCell">'''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><td class="PageWidthTableFirstCell">'''Key publication(s):'''</td>
<tr><td class="PageWidthTableFirstCell">
'''Key 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><td class="PageWidthTableFirstCell">'''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 18:20, 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.