Template:Infobox command/doc: Difference between revisions
mNo edit summary |
+nav |
||
| (9 intermediate revisions by 6 users not shown) | |||
| Line 11: | Line 11: | ||
| <code>alias</code> | | <code>alias</code> | ||
| Aliases for the commands. | | Aliases for the commands. | ||
|- | |- | ||
| <code>hidden</code> | | <code>hidden</code> | ||
| Line 25: | Line 17: | ||
| <code>oplevel</code> | | <code>oplevel</code> | ||
| The permission level. | | The permission level. | ||
|- | |- | ||
| <code>cheat</code> | | <code>cheat</code> | ||
| Line 55: | Line 44: | ||
{{Infobox command | {{Infobox command | ||
| name = msg | | name = msg | ||
| alias = | | alias = {{cmd|tell|link=none}} | ||
| | | oplevel = 0 | ||
}} | }} | ||
<pre> | <pre> | ||
{{Infobox command | {{Infobox command | ||
| name = msg | | name = msg | ||
| alias = | | alias = {{cmd|tell|link=none}} | ||
| | | oplevel = 0 | ||
}} | }} | ||
</pre> | </pre> | ||
| Line 69: | Line 58: | ||
{{Infobox command | {{Infobox command | ||
| name = | | name = Example name | ||
| alias = | | alias = Example alias | ||
| oplevel = 1 | | oplevel = 1 | ||
| cheat = 1 | | cheat = 1 | ||
| serveronly = 1 | | serveronly = 1 | ||
| singleplayer = 1 | | singleplayer = 1 | ||
| hidden = 1 | | hidden = 1 | ||
| others = | | others = Example | ||
}} | }} | ||
<pre> | <pre> | ||
{{Infobox command | {{Infobox command | ||
| name = | | name = Example name | ||
| alias = | | alias = Example alias | ||
| oplevel = 1 | | oplevel = 1 | ||
| cheat = 1 | | cheat = 1 | ||
| serveronly = 1 | | serveronly = 1 | ||
| singleplayer = 1 | | singleplayer = 1 | ||
| hidden = 1 | | hidden = 1 | ||
| others = | | others = Example | ||
}} | }} | ||
</pre> | </pre> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 130: | Line 88: | ||
"label": "Name", | "label": "Name", | ||
"type": "string", | "type": "string", | ||
"description": "Name of the command, if it differs from the title." | "description": "Name of the command, if it differs from the title.", | ||
"suggested": true | |||
}, | }, | ||
"alias": { | "alias": { | ||
"label": "Aliases", | "label": "Aliases", | ||
"type": "string", | "type": "string", | ||
"description": "Aliases for this command. | "description": "Aliases for this command." | ||
}, | }, | ||
"oplevel": { | "oplevel": { | ||
| Line 174: | Line 100: | ||
"type": "number", | "type": "number", | ||
"description": "Permission level required to execute this command.", | "description": "Permission level required to execute this command.", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"cheats": { | "cheats": { | ||
"label": "Restricted to cheats", | "label": "Restricted to cheats", | ||
"description": "If set, mentions that this command is only available to players with cheats." | "description": "If set, mentions that this command is only available to players with cheats." | ||
}, | }, | ||
"serveronly": { | "serveronly": { | ||
"label": "Restricted to servers", | "label": "Restricted to servers", | ||
"description": "If set, mentions that this command is only available on multiplayer servers." | "description": "If set, mentions that this command is only available on multiplayer servers." | ||
}, | }, | ||
"singleplayer": { | "singleplayer": { | ||
"label": "Restricted to singleplayer", | "label": "Restricted to singleplayer", | ||
"description": "If set, mentions that this command is only available in singleplayer." | "description": "If set, mentions that this command is only available in singleplayer." | ||
}, | }, | ||
"hidden": { | "hidden": { | ||
"label": "Hidden", | "label": "Hidden", | ||
"description": "If set, mentions the command is hidden." | "description": "If set, mentions the command is hidden." | ||
}, | }, | ||
"others": { | "others": { | ||
"label": "Other restrictions", | "label": "Other restrictions", | ||
"type": "string", | "type": "string", | ||
"description": "Any other restrictions to this command | "description": "Any other restrictions to this command." | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
==See also== | |||
{{infobox see also}} | |||
<includeonly> | |||
<!-- Template categories/interwiki here --> | |||
[[Category:Infobox templates|Command]] | |||
[[ja:テンプレート:Infobox command]] | |||
[[ko:명령어/infobox]] | |||
[[pt:Comandos/infobox]] | |||
[[uk:Шаблон:Картка/Команда]] | |||
[[zh:Template:Infobox command]] | |||
</includeonly> | |||
<noinclude> | |||
<!-- Documentation categories/interwiki here --> | |||
[[ja:テンプレート:Infobox command/doc]] | |||
[[ko:틀:Infobox command/doc]] | |||
[[pt:Comandos/infobox/doc]] | |||
[[uk:Шаблон:Картка/Команда/док]] | |||
[[zh:Template:Infobox command/doc]] | |||
</noinclude> | |||