Template:Infobox command/doc: Difference between revisions
Examples and templatedata |
|||
Line 1: | Line 1: | ||
{{documentation header}} | {{documentation header}} | ||
This template provides a uniform design for the infobox on the [[commands]] page. | This template provides a uniform design for the infobox on the [[commands]] page. | ||
Line 34: | Line 33: | ||
| Others restriction. | | Others restriction. | ||
|} | |} | ||
=== Examples === | |||
==== Empty ==== | |||
{{Infobox command}} | |||
<pre> | |||
{{Infobox command}} | |||
</pre> | |||
==== Some ==== | |||
{{Infobox command | |||
| name = msg | |||
| alias = * tell * w | |||
| permission = 0 | |||
}} | |||
<pre> | |||
{{Infobox command | |||
| name = msg | |||
| alias = * tell * w | |||
| permission = 0 | |||
}} | |||
</pre> | |||
==== Everything ==== | |||
{{Infobox command | |||
| name = {{{name}}} | |||
| alias = {{{alias}}} | |||
| added = {{{added}}} | |||
| removed = {{{removed}}} | |||
| editions = {{{editions}}} | |||
| oplevel = 1 | |||
| nocmdblock = 1 | |||
| cheat = 1 | |||
| serveronly = 1 | |||
| singleplayer = 1 | |||
| others = {{{others}}} | |||
| related = {{{related}}} | |||
}} | |||
<pre> | |||
{{Infobox command | |||
| name = {{{name}}} | |||
| alias = {{{alias}}} | |||
| added = {{{added}}} | |||
| removed = {{{removed}}} | |||
| editions = {{{editions}}} | |||
| oplevel = 1 | |||
| nocmdblock = 1 | |||
| cheat = 1 | |||
| serveronly = 1 | |||
| singleplayer = 1 | |||
| others = {{{others}}} | |||
| related = {{{related}}} | |||
}} | |||
</pre> | |||
Line 52: | Line 108: | ||
[[zh:Template:Infobox command/doc]] | [[zh:Template:Infobox command/doc]] | ||
</noinclude> | </noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Shows an infobox for a command.", | |||
"format": "block", | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"type": "string", | |||
"description": "Name of the command, if it differs from the title." | |||
}, | |||
"alias": { | |||
"label": "Aliases", | |||
"type": "string", | |||
"description": "Aliases for this command.", | |||
"aliases": [ | |||
"aliases" | |||
] | |||
}, | |||
"added": { | |||
"label": "Version added", | |||
"type": "string", | |||
"description": "Version this command was added." | |||
}, | |||
"removed": { | |||
"label": "Version removed", | |||
"type": "string", | |||
"description": "Version this command was removed." | |||
}, | |||
"oplevel": { | |||
"label": "Permission level", | |||
"type": "number", | |||
"description": "Permission level required to execute this command.", | |||
"suggested": true, | |||
"aliases": [ | |||
"op", | |||
"permission" | |||
] | |||
}, | |||
"nocmdblock": { | |||
"label": "Restricted to command blocks", | |||
"description": "If set, mentions that this command is only available in command blocks.", | |||
"autovalue": "1", | |||
"aliases": [ | |||
"cmdblock", | |||
"noCommandBlock" | |||
] | |||
}, | |||
"cheats": { | |||
"label": "Restricted to cheats", | |||
"description": "If set, mentions that this command is only available to players with cheats.", | |||
"autovalue": "1", | |||
"aliases": [ | |||
"cheat" | |||
] | |||
}, | |||
"serveronly": { | |||
"label": "Restricted to servers", | |||
"description": "If set, mentions that this command is only available on multiplayer servers.", | |||
"autovalue": "1", | |||
"aliases": [ | |||
"serverOnly", | |||
"server" | |||
] | |||
}, | |||
"singleplayer": { | |||
"label": "Restricted to singleplayer", | |||
"description": "If set, mentions that this command is only available in singleplayer.", | |||
"autovalue": "1", | |||
"aliases": [ | |||
"cmdblock", | |||
"noCommandBlock" | |||
] | |||
}, | |||
"others": { | |||
"label": "Other restrictions", | |||
"type": "string", | |||
"description": "Any other restrictions to this command.", | |||
"aliases": [ | |||
"restrictions" | |||
] | |||
}, | |||
"related": { | |||
"label": "Related commands", | |||
"type": "string", | |||
"description": "Related commands." | |||
}, | |||
"hidden": { | |||
"label": "Hidden", | |||
"description": "If set, the infobox is hidden.", | |||
"autovalue": "1", | |||
"aliases": [ | |||
"disabled" | |||
] | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 23:16, 9 July 2021
This template provides a uniform design for the infobox on the commands page.
Parameter | Function |
---|---|
name
|
The commands name, defaults to the subpage name. |
alias
|
Aliases for the commands. |
hidden
|
Set to 0 for visible, or 1 for hidden |
oplevel
|
The permission level. |
nocmdblock
|
If set, adds the "No command blocks" restriction. |
cheat
|
If set, adds the "Cheat only" restriction. |
singleplayer
|
If set, adds the "Singleplayer only" restriction. |
serveronly
|
If set, adds the "Dedicated server only" restriction. |
others
|
Others restriction. |
Examples
Empty
/doc
Permission level required |
Unknown |
---|---|
Restrictions |
None |
{ "title": "<code>/doc</code>", "rows": [ { "field": "Unknown", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "None", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
{{Infobox command}}
Some
/msg
Aliases |
|
---|---|
Permission level required |
Unknown |
Restrictions |
None |
{ "title": "<code>/msg</code>", "rows": [ { "field": "\n* tell * w", "label": "Aliases" }, { "field": "Unknown", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "None", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
{{Infobox command | name = msg | alias = * tell * w | permission = 0 }}
Everything
/{{{name}}}
Aliases |
{{{alias}}} |
---|---|
Permission level required |
1 |
Restrictions |
Cheat only |
{ "title": "<code>/{{{name}}}</code>", "rows": [ { "field": "{{{alias}}}", "label": "Aliases" }, { "field": "1", "label": "(link to Permission level article, displayed as Permission level<br>required)" }, { "field": "(link to Option article, displayed as Cheat) only<br>Dedicated server only<br>(link to Singleplayer article, displayed as Singleplayer) only<br>{{{others}}}", "label": "(link to Commands#Restrictions article, displayed as Restrictions)" } ], "invimages": [], "images": [] }
{{Infobox command | name = {{{name}}} | alias = {{{alias}}} | added = {{{added}}} | removed = {{{removed}}} | editions = {{{editions}}} | oplevel = 1 | nocmdblock = 1 | cheat = 1 | serveronly = 1 | singleplayer = 1 | others = {{{others}}} | related = {{{related}}} }}
ja:テンプレート:Infobox command/doc
ko:틀:Infobox command/doc
pt:Comandos/infobox/doc
zh:Template:Infobox command/doc
Shows an infobox for a command.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the command, if it differs from the title. | String | optional |
Aliases | alias aliases | Aliases for this command. | String | optional |
Version added | added | Version this command was added. | String | optional |
Version removed | removed | Version this command was removed. | String | optional |
Permission level | oplevel op permission | Permission level required to execute this command. | Number | suggested |
Restricted to command blocks | nocmdblock cmdblock noCommandBlock | If set, mentions that this command is only available in command blocks.
| Unknown | optional |
Restricted to cheats | cheats cheat | If set, mentions that this command is only available to players with cheats.
| Unknown | optional |
Restricted to servers | serveronly serverOnly server | If set, mentions that this command is only available on multiplayer servers.
| Unknown | optional |
Restricted to singleplayer | singleplayer cmdblock noCommandBlock | If set, mentions that this command is only available in singleplayer.
| Unknown | optional |
Other restrictions | others restrictions | Any other restrictions to this command. | String | optional |
Related commands | related | Related commands. | String | optional |
Hidden | hidden disabled | If set, the infobox is hidden.
| Unknown | optional |