Template:AggregatedComponentTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
<pre>
<pre>
{{AggregatedComponentTemplate
{{AggregatedComponentTemplate
|IMAGEComponent=
|IMAGEComponent=
|ComponentCode=
|ComponentCode=
Line 30: Line 29:
|intro=<h2>Components</h2>{{PAGENAME}} consists of:
|intro=<h2>Components</h2>{{PAGENAME}} consists of:
}}
}}


[[Category:AggregatedComponent]]
[[Category:AggregatedComponent]]
[[HasComponentCode::{{{ComponentCode|}}}|]]
[[HasComponentCode::{{{ComponentCode|}}}|]]
{{#ifeq:{{{FrameworkElementType|}}}|||[[FrameworkElementType::{{{FrameworkElementType|}}}| ]] }}
{{#ifeq:{{{FrameworkElementType|}}}|||[[FrameworkElementType::{{{FrameworkElementType|}}}| ]] }}
<!--[[FrameworkElementType::{{{FrameworkElementType|}}}}| ]] -->
{{#ifeq:{{{InputVar|}}}|||{{#arraymap:{{{InputVar|}}}|;|x|[[HasInputVar::x| ]]| }} }}
{{#ifeq:{{{OutputVar|}}}|||{{#arraymap:{{{OutputVar|}}}|;|x|[[HasOutputVar::x| ]]| }} }}
{{#ifeq:{{{Parameter|}}}|||{{#arraymap:{{{Parameter|}}}|;|x|[[HasParameter::x| ]]| }} }}
</includeonly>
</includeonly>

Revision as of 12:34, 31 March 2014

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=
|ExternalModel=
|KeyReference=
|Reference=
|Description=
}}

Edit the page to see the template text.