Template:VariableTemplate: Difference between revisions

From IMAGE
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 4: Line 4:
<pre>
<pre>
{{VariableTemplate
{{VariableTemplate
|Label=
|Description=
|Description=
|Dimension=
|Unit=
|Unit=
|VariableType=
|DriverSource=
|DriverGroup=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
</noinclude><includeonly>
</noinclude><includeonly>
{{StatusWarning|Status={{{Status|}}} }}<div style="float:right; clear:right; ">
{{StatusWarning|Status={{{Status|}}} }}
{{InfoBoxStyleTemplate}}{{#ifeq:{{{Label|}}}|||<tr>{{InfoBoxCellStyleTemplate}}<b>Label</b></td></tr>
{| class="wikitable"
<tr><td>[[HasLabel::{{{Label|}}}]]</td></tr>
! Description
}}
| [[HasDescription::{{{HasDescription|}}}]]
{{#ifeq:{{{Unit|}}}|||<tr>{{InfoBoxCellStyleTemplate}}<b>Unit</b></td></tr>
|-
<tr><td>[[HasDefaultUnit::{{{Unit|}}}]]</td></tr>
! Dimensions
}}
| {{#arraymap:{{{Dimension|}}}|;|x|[[HasDimension::x]]}}
</table>
|-
</div>
! Default unit
<h2>Description</h2>
| [[HasDefault unit::{{{Unit|}}}]]
[[HasDescription::{{{Description|}}}]]
|-
! Variable type
| [[HasVariableType::{{{VariableType|}}}]]
|-
!Driver group
| [[DriverGroup::{{{DriverGroup|}}}]]
|-
!Driver source
| [[DriverSource::{{{DriverSource|}}}]]
|}


[[Category:Variable]]
[[Category:Variable]]
[[HasStatus::{{{Status|}}}|]]
[[HasStatus::{{{Status|}}}|]]
</includeonly>
</includeonly>

Revision as of 09:25, 28 July 2013

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

{{VariableTemplate
|Description=
|Dimension=
|Unit=
|VariableType=
|DriverSource=
|DriverGroup=
}}

Edit the page to see the template text.