Template:Infobox command/doc

From Modded Wiki
Jump to navigation Jump to search
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.
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

{{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
| nocmdblock = 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 command blocksnocmdblock cmdblock noCommandBlock

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

Auto value
1
Unknownoptional
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