Template:Infobox command/doc: Difference between revisions

mNo edit summary
mNo edit summary
Line 60: Line 60:
| name = {{{name}}}
| name = {{{name}}}
| alias = {{{alias}}}
| alias = {{{alias}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| cheat = 1
| cheat = 1
Line 67: Line 66:
| hidden = 1
| hidden = 1
| others = {{{others}}}
| others = {{{others}}}
| related = {{{related}}}
}}
}}
<pre>
<pre>
Line 73: Line 71:
| name = {{{name}}}
| name = {{{name}}}
| alias = {{{alias}}}
| alias = {{{alias}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| cheat = 1
| cheat = 1
Line 80: Line 77:
| hidden = 1
| hidden = 1
| others = {{{others}}}
| others = {{{others}}}
| related = {{{related}}}
}}
}}
</pre>
</pre>
Line 109: Line 105:
"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."
"aliases": [
"aliases"
]
},
},
"oplevel": {
"oplevel": {
Line 123: Line 117:
"type": "number",
"type": "number",
"description": "Permission level required to execute this command.",
"description": "Permission level required to execute this command.",
"suggested": true,
"suggested": true
"aliases": [
"op",
"permission"
]
},
},
"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."
"autovalue": "1",
"aliases": [
"cheat"
]
},
},
"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."
"autovalue": "1",
"aliases": [
"serverOnly",
"server"
]
},
},
"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."
"autovalue": "1",
"aliases": [
"cmdblock",
"noCommandBlock"
]
},
},
"hidden": {
"hidden": {
"label": "Hidden",
"label": "Hidden",
"description": "If set, mentions the command is hidden.",
"description": "If set, mentions the command is hidden."
"autovalue": "1",
"aliases": [
"disabled"
]
},
},
"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."
"aliases": [
"restrictions"
]
},
"related": {
"label": "Related commands",
"type": "string",
"description": "Related commands."
}
}
}
}
}
}
</templatedata>
</templatedata>