Template:Infobox command/doc: Difference between revisions

m Examples: Fix outdated example
mNo edit summary
Line 58: Line 58:


{{Infobox command
{{Infobox command
| name = {{{name}}}
| name = Example name
| alias = {{{alias}}}
| alias = Example alias
| oplevel = 1
| oplevel = 1
| cheat = 1
| cheat = 1
Line 65: Line 65:
| singleplayer = 1
| singleplayer = 1
| hidden = 1
| hidden = 1
| others = {{{others}}}
| others = Example
}}
}}
<pre>
<pre>
{{Infobox command
{{Infobox command
| name = {{{name}}}
| name = Example name
| alias = {{{alias}}}
| alias = Example alias
| oplevel = 1
| oplevel = 1
| cheat = 1
| cheat = 1
Line 76: Line 76:
| singleplayer = 1
| singleplayer = 1
| hidden = 1
| hidden = 1
| others = {{{others}}}
| others = Example
}}
}}
</pre>
</pre>