Template:ComponentDescriptionTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
 
(48 intermediate revisions by 4 users not shown)
Line 3: Line 3:
It should be called in the following format:
It should be called in the following format:
<pre>
<pre>
{{ComponentSubDescriptionTemplate
{{ComponentDescriptionTemplate
|Status=
|Reference
|Reference=
|Description=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>{{ComponentFrameTemplate}}<div class="page_standard">
{{StatusWarning|Status={{{Status|}}} }}<div style="float:right; clear:right; ">
==Model description of {{ROOTPAGENAME}}==
{{#ifexpr:{{InfoboxTestTemplate|basepage={{#titleparts: {{PAGENAME}}|1}}|subpage={{#titleparts: {{PAGENAME}}|1|2}} }}|
{{InfoBoxStyleTemplate}}
{{#ifexpr:{{PropertyTestTemplate|prop=HasApplication|page={{#titleparts: {{PAGENAME}}|1}} }}|
<tr>{{InfoBoxCellStyleTemplate}}<b>Applications</b></td></tr>
<tr><td>
{{#ask: [[Category:Application]][[-HasApplication::{{#titleparts: {{PAGENAME}}|1}}]]|format=ul}}
</td></tr>
|}}
{{#ifexpr:{{PropertyTestTemplate|prop=HasIMAGEComponent|page={{#titleparts: {{PAGENAME}}|1}} }}|
<tr>{{InfoBoxCellStyleTemplate}}<b>IMAGE components</b></td></tr>
<tr><td>
{{#ask: [[Category:Component]][[HasIMAGEComponent::{{#titleparts: {{PAGENAME}}|1}}]]|format=ul}}
</td></tr>
|}}
{{#ifexpr:{{PropertyTestTemplate|prop=HasExternalModel|page={{#titleparts: {{PAGENAME}}|1}}}}|
<tr>{{InfoBoxCellStyleTemplate}}<b>External models</b></td></tr>
<tr><td>
{{#ask: [[Category:External Model]][[-HasExternalModel::{{#titleparts: {{PAGENAME}}|1}}]]|format=ul}}
</td></tr>
|}}
{{#ifexpr:{{PropertyTestTemplate|prop=HasKeyReference|page={{#titleparts: {{PAGENAME}}|1}}}}|
<tr>{{InfoBoxCellStyleTemplate}}<b>Key references</b></td></tr>
<tr><td>
{{#ask: [[Category:Reference]][[-HasKeyReference::{{#titleparts: {{PAGENAME}}|1}}]]|format=ul}}
</td></tr>
|}}
{{#ifexpr:{{PropertyTestTemplate|prop=HasReference|page={{PAGENAME}} }}|
<tr>{{InfoBoxCellStyleTemplate}}<b>References</b></td></tr>
<tr><td> <ul>
{{#arraymap:{{{Reference|}}}|;|x|<li>[[x]]</li>|}}
</ul></td></tr>
|}}
</table>
|}}
</div>
</div>
__TOC__
[[Category:ComponentDescription]]
 
{{#set:
{{#ask:[[Category:Flowcharts]][[BelongsToComponent::{{#titleparts: {{PAGENAME}}|1}}]]
|HasReference={{{Reference|}}}|+sep=;
|mainlabel=pagina
|HasPageLabel=Model description
|?HasCaption=caption
|BelongsToPage={{#titleparts: {{FULLPAGENAME}}|1}}
|?HasAltTitle=alt
|HasSequence=1
|format=template
}}</includeonly>
|link=none
|template=ViewPolicyInterventionFigureTemplate2
}}{{{Description|}}}
 
== Main pages of {{#titleparts: {{PAGENAME}}|1}} ==
* Overview page of [[{{#titleparts: {{PAGENAME}}|1}}]]
* [[{{#titleparts: {{PAGENAME}}|1}}/Description|Detailed description]] for a detailed description of this component
* [[{{#titleparts: {{PAGENAME}}|1}}/Policy Interventions|Policy interventions]] for policy interventions and illustrated effects
* [[{{#titleparts: {{PAGENAME}}|1}}/Data_uncertainties_limitations|Data uncertainties and limitations]] for details about data, uncertainty and limitations
Overview of all used [[{{#titleparts: {{PAGENAME}}|1}}/References|references]] for this component.
 
[[Category:ComponentDescriptionSubpage]]
<!--arraymap assigns the property, but does not display  anything -->
{{#arraymap:{{{Reference|}}}|;|x|[[HasReference::x| ]]|}}
[[HasStatus::{{{Status|}}}|]]
</includeonly>

Latest revision as of 14:45, 1 April 2020

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

{{ComponentDescriptionTemplate
|Reference
}}

Edit the page to see the template text.