Template:VariableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
No edit summary
Line 92: Line 92:


{{MermaidLinkTemplate|content={{#var:queryOutput}}}}
{{MermaidLinkTemplate|content={{#var:queryOutput}}}}
[[Category:Variable]]
<!-- property settings-->
{{#set:HasLabel={{{Label|}}}
  |HasShortDescription={{{Description|}}}
  |HasDescription={{{Description|}}}
  |HasDimension={{{Dimension|}}}|+sep=,
  |HasDefaultUnit={{{Unit|}}}
  |HasVariableType={{{VariableType|}}}
  |DriverGroup={{{DriverGroup|}}}
  |HasSource={{{Source|}}}{{{Source2|}}}{{{Source3|}}}|+sep=;
  |HasValuesBasedOn={{{BasedOn|}}}{{{BasedOn2|}}}|+sep=;
  |HasReference={{{Reference|}}}{{{Reference2|}}}{{{Reference3|}}}|+sep=;
}}<!--
-->{{#arraymap:
    {{#ask:[[HasInputVar::{{PAGENAME}}]][[Concept:AllComponentLevels]]|link=none|sep=;}}
    |;|xx
    |{{#set:IsInputFor=xx}}
    |}}<!--
-->{{#arraymap:
    {{#ask:[[HasOutputVar::{{PAGENAME}}]][[Concept:AllComponentLevels]]|link=none|sep=;}}
    |;|xx
    |{{#set:IsOutputOf=xx}}
    |}} <!--
-->{{#arraymap:
    {{#ask:[[HasParameter::{{PAGENAME}}]][[Concept:AllComponentLevels]]|link=none|sep=;}}
    |;|xx
    |{{#set:IsParameterOf=xx}}
    |}}</includeonly>

Revision as of 16:48, 20 March 2024

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

{{VariableTemplate
|Label=
|Description=
|Dimension=
|Unit=
|VariableType=
|DriverGroup=
|Source=
|BasedOn
|Reference
|Source2=
|BasedOn2=
|Reference2=
|Source3=
|Reference3=
}}

Edit the page to see the template text.