Template:AggregatedComponentTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly><div class="top_container">{{IconTemplate| {{PAGENAME}}}}
</noinclude><includeonly>{{AggregatedComponentPartsTemplate|PagePartHeader=Composition of {{FULLPAGENAME}} }}{{ComponentFrameTemplate}}
{{AggregatedComponentPartsTemplate|PagePartHeader=Composition of {{FULLPAGENAME}} }}__TOC____NOEDITSECTION__</div><div class="container">
 
{{InfoBoxTemplate}}{{DisplayKeyPolicyQuestionsTemplate|{{PAGENAME}} }}{{DisplayFlowchartTemplate|{{PAGENAME}} }}<div class="page_standard">
{{#ifeq:{{{Description|}}}|||
<h2>Description of {{FULLPAGENAME}}</h2>
{{{Description|}}} }}
</div></div>
{{InputOutputParameterTemplate}}
{{AggregatedComponentPartsTemplate|PagePartHeader=Composition of {{FULLPAGENAME}} }}
<!-- setting of properties values
<!-- setting of properties values
-->[[Category:AggregatedComponent]]<!--
 
properties from form
-->[[Category:AggregatedComponent]]
-->{{#ifeq:{{{FrameworkElementType|}}}|||{{#set:FrameworkElementType={{{FrameworkElementType|}}} }} }}<!--
 
-->{{#ifeq:{{{InputVar|}}}|||{{#arraymap:{{{InputVar|}}}|;|xx|{{#set:HasInputVar=xx }} }} }}<!--
{{#set:
-->{{#ifeq:{{{OutputVar|}}}|||{{#arraymap:{{{OutputVar|}}}|;|xx|{{#set:HasOutputVar=xx}} }} }}<!--
  |FrameworkElementType={{{FrameworkElementType|}}}
-->{{#ifeq:{{{Parameter|}}}|||{{#arraymap:{{{Parameter|}}}|;|xx|{{#set:HasParameter=xx}} }} }} <!--
  |HasInputVar={{{InputVar|}}}|+sep=;
-->{{#ifeq:{{{Overview|}}}|||{{#arraymap:{{{Overview|}}}|;|xx|{{#set:HasOverview=xx}} }} }} <!--
  |HasOutputVar={{{OutputVar|}}}|+sep=;
-->{{#ifeq:{{{IMAGEComponent|}}}|||{{#arraymap:{{{IMAGEComponent|}}}|;|xx|{{#set:HasIMAGEComponent=xx}} }} }}<!--
  |HasParameter={{{Parameter|}}}|+sep=;
-->{{#ifeq:{{{Application|}}}|||{{#arraymap:{{{Application|}}}|;|xx|{{#set:HasApplication=xx}} }} }}<!--
  |HasOverview={{{Overview|}}}|+sep=;
-->{{#ifeq:{{{Model-Database|}}}|||{{#arraymap:{{{Model-Database|}}}|;|xx|{{#set:HasModelDatabase=xx}} }} }}<!--
  |HasIMAGEComponent={{{IMAGEComponent|}}}|+sep=;
-->{{#ifeq:{{{KeyReference|}}}|||{{#arraymap:{{{KeyReference|}}}|;|xx|{{#set:HasKeyReference=xx}} }} }}<!--
  |HasApplication={{{Application|}}}|+sep=;
-->{{#ifeq:{{{Reference|}}}|||{{#arraymap:{{{KeyReference|}}}|;|xx|{{#set:HasReference=xx}} }} }}<!--
  |HasModelDatabase={{{Model-Database|}}}|+sep=;
other properties
  |HasKeyReference={{{KeyReference|}}}|+sep=;
-->{{#set:HasTitle={{PAGENAME}} }} <!--
  |HasReference={{{Reference|}}}|+sep=;
-->{{#set:HasComponentCode={{{ComponentCode|}}} }}
  |HasPageLabel=Introduction page
  |HasAllReferences={{FULLPAGENAME}}/References
  |HasComponentCode={{{ComponentCode|}}}
}}


</includeonly>
</includeonly>

Revision as of 12:42, 16 November 2018

This is the "AggregatedComponentTemplate" template. It is a similar to ComponentTemplate2, but consists of a single page, does not have multiple component parts.

It should be called in the following format:

{{AggregatedComponentTemplate
|IMAGEComponent=
|ComponentCode=
|Application=
|Model-Database=
|KeyReference=
|Reference=
|Description=
}}

Edit the page to see the template text.