Template:Infobox command/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 17: Line 17:
| <code>oplevel</code>
| <code>oplevel</code>
| The permission level.
| The permission level.
|-
| <code>nocmdblock</code>
| If set, adds the "No command blocks" restriction.
|-
|-
| <code>cheat</code>
| <code>cheat</code>
Line 65: Line 62:
| editions = {{{editions}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| nocmdblock = 1
| cheat = 1
| cheat = 1
| serveronly = 1
| serveronly = 1
Line 79: Line 75:
| editions = {{{editions}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| nocmdblock = 1
| cheat = 1
| cheat = 1
| serveronly = 1
| serveronly = 1
Line 132: Line 127:
"op",
"op",
"permission"
"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"
]
]
},
},

Revision as of 13:46, 7 May 2022

This is the documentation page. It should be transcluded into Template:Infobox command. See Template:Documentation for more information.

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.
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

{{Infobox command}}

Some

/msg
Aliases

/tell

Permission level
required

Unknown

Restrictions

None

{{Infobox command
| name = msg
| alias = /tell
| permission = 0
}}

Everything

/{{{name}}}
Aliases

{{{alias}}}

Visibility

Hidden

Permission level
required

1

Restrictions

Cheat only
Dedicated server only
Singleplayer only
{{{others}}}

{{Infobox command
| name = {{{name}}}
| alias = {{{alias}}}
| editions = {{{editions}}}
| oplevel = 1
| cheat = 1
| serveronly = 1
| singleplayer = 1
| hidden = 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.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Name of the command, if it differs from the title.

Stringoptional
Aliasesalias aliases

Aliases for this command.

Stringoptional
Permission leveloplevel op permission

Permission level required to execute this command.

Numbersuggested
Restricted to cheatscheats cheat

If set, mentions that this command is only available to players with cheats.

Auto value
1
Unknownoptional
Restricted to serversserveronly serverOnly server

If set, mentions that this command is only available on multiplayer servers.

Auto value
1
Unknownoptional
Restricted to singleplayersingleplayer cmdblock noCommandBlock

If set, mentions that this command is only available in singleplayer.

Auto value
1
Unknownoptional
Hiddenhidden disabled

If set, mentions the command is hidden.

Auto value
1
Unknownoptional
Other restrictionsothers restrictions

Any other restrictions to this command.

Stringoptional
Related commandsrelated

Related commands.

Stringoptional