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
 
(55 intermediate revisions by 4 users not shown)
Line 4: Line 4:
<pre>
<pre>
{{ApplicationTemplate
{{ApplicationTemplate
|Acronym=
|Website=
|Website=
|ApplicationType=
|ApplicationType=
|IMAGERoleDescription
|Summary=
|Summary=
|Partners=
|Partners=
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><div class="page_standard"><table class="PageWidthTableTemplate">
! Acronym
{{#ifeq:{{{Website|}}}|||
| [[HasAcronym::{{{Acronym|}}}]]
<tr><td class="PageWidthTableFirstCell">'''Website:'''</td>
|-
<td class="PageWidthTableRemainderCell">{{{Website|}}}
! Website
</td></tr>}}
| [[HasURL::{{{Website|}}}]]
{{#ifeq:{{{ApplicationType|}}}|||
|-
<tr><td class="PageWidthTableFirstCell">'''Application type:'''</td>
! Application type
<td class="PageWidthTableRemainderCell">{{{ApplicationType|}}}
| [[HasApplicationType::{{{ApplicationType|}}}]]
</td></tr>}}
|-
{{#ifeq:{{{IMAGERoleDescription|}}}|||
! Summary
<tr><td class="PageWidthTableFirstCell">'''Role of IMAGE framework:'''</td>
| [[HasSummary::{{{Summary|}}}]]
<td class="PageWidthTableRemainderCell">{{{IMAGERoleDescription|}}}
|-
</td></tr>}}
! Partners
{{#ifeq:{{{Summary|}}}|||
| [[HasCreator::{{{Partners|}}}]]
<tr><td class="PageWidthTableFirstCell">'''Summary:'''</td>
|-
<td class="PageWidthTableRemainderCell">{{{Summary|}}}
! Key references
</td></tr>}}
| {{#arraymap:{{{KeyReference|}}}|,|x|[[HasKeyReference::x]]}}
{{#ifeq:{{{Partners|}}}|||
|-
<tr><td class="PageWidthTableFirstCell">'''Partner(s):'''</td>
! References
<td class="PageWidthTableRemainderCell">{{#show:{{FULLPAGENAME}}|?HasPartner}}
| [[HasReference::{{{Reference|}}}]]
</td></tr>}}
|-
{{#ifeq:{{{KeyReference|}}}|||
! Description
<tr><td class="PageWidthTableFirstCell">'''Key publication(s):'''</td>
| [[HasDescription::{{{Description|}}}]]
<td class="PageWidthTableRemainderCell">{{#show:{{FULLPAGENAME}}|?HasKeyReference}}
|}
</td></tr>}}
 
{{#ifeq:{{{Reference|}}}|||
<tr><td class="PageWidthTableFirstCell">'''Reference(s):'''</td>
<td class="PageWidthTableRemainderCell">{{#show:{{FULLPAGENAME}}|?HasReference}}
</td></tr>}}
<tr><td class="PageWidthTableFirstCell">'''Referred by:'''</td>
<td class="PageWidthTableRemainderCell">{{#ask: [[concept:AllComponentLevels]][[HasApplication::{{FULLPAGENAME}}]]|format=Plainlist}}  
</td></tr>
</table>
</div>
[[Category:Application]]
[[Category:Application]]
</includeonly>
{{#set:
|HasURL={{{Website|}}}|+sep=;
|HasApplicationType={{{ApplicationType|}}}
|HasIMAGERoleDescription={{{IMAGERoleDescription|}}}
|HasSummary={{{Summary|}}}
|HasPartner={{{Partners|}}}|+sep=;
|HasKeyReference={{{KeyReference|}}}|+sep=;
|HasReference={{{Reference|}}}
}}</includeonly>

Latest revision as of 16:00, 24 March 2020

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.