Template:VariableTemplate: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{VariableTemplate | {{VariableTemplate | ||
|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|}}} }} | {{StatusWarning|Status={{{Status|}}} }} | ||
{{ | {| class="wikitable" | ||
! Description | |||
| [[HasDescription::{{{HasDescription|}}}]] | |||
|- | |||
! Dimensions | |||
| {{#arraymap:{{{Dimension|}}}|;|x|[[HasDimension::x]]}} | |||
|- | |||
! Default unit | |||
| [[HasDefault unit::{{{Unit|}}}]] | |||
[[ | |- | ||
! 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.