Template:Infobox command: Difference between revisions

m defaulting to subpage name
why is this not on a subpage...
Line 42: Line 42:
   }}
   }}
}}<noinclude>
}}<noinclude>
{{documentation|content=
{{documentation}}
This template provides a uniform design for the infobox on the [[commands]] page.
{{pipe escape|
{| class{{=}}"wikitable"
! Parameter
! Function
! Default value
|-
| <code>1</code>
| The commands name
| N/A
|-
| <code>alias</code>
| Aliases for the commands.
|
|-
| <code>hidden</code>
| Set to 0 for visible, or 1 for hidden
|
|-
| <code>2</code>
| Restrictions on who can use the command. Can be <code>op</code> (operator), <code>admin</code> (administrator), <code>mp</code> (multiplayer and operator), or <code>host</code>
|
|-
| <code>3</code>
| First version that it was seen in (e.g. Alpha 1.0.17, classic 0.0.23a).
|
|-
| <code>4</code>
| First development snapshot it was seen in, requires <code>3</code>.
|
|-
| <code>cmdblock</code>
| Set to 0 for no command block, or 1 for command blocks when using <code>MP</code>
| Based on <code>2</code>
|-
| <code>upcoming</code>
| Sets the command to upcoming, adding the upcoming footer.
|
|-
| <code>removed</code>
| Sets the version the command was removed. If set to ? or unknown, it will display an unlinked ?
|
|}
}}
 
}}
 
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>