Minecraft Wiki
mNo edit summary
mNo edit summary
Line 3: Line 3:
 
|imagearea=none
 
|imagearea=none
 
|rows=
 
|rows=
{{#if: {{{alias|}}} | {{infobox row|class=list-style-none|Aliases|{{{alias}}}
+
{{#if: {{{alias|}}} | {{infobox row|class=list-style-none|Aliases|{{{alias}}} }} }}
}}
 
}}
 
 
{{infobox row|class=list-style-none|Visibility|{{ #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }} }}
 
{{infobox row|class=list-style-none|Visibility|{{ #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }} }}
{{infobox row|Restrictions|{{
+
{{infobox row|Restrictions|{{#if: {{{oplevel|}}} | {{
 
#switch: {{lc:{{{oplevel|}}}}}
 
#switch: {{lc:{{{oplevel|}}}}}
 
|1 = Bypass spawn protection
 
|1 = Bypass spawn protection
 
|2 = Cheats enabled
 
|2 = Cheats enabled
|3|op|operator = [[Operator]]
+
|3 = [[Operator]]
|4|admin|administrator = [[Administrator]]{{
+
|4 = [[Administrator]]
 
|Unknown
#ifeq: {{{cmdblock|}}} | 0 | <br>No [[command block]]s }}
 
 
}}}}{{
|mp|multiplayer = [[Multiplayer]]<br>[[Operator]]{{
 
#ifeq: {{{cmdblock|}}} | 1 || <br>No [[command block]]s }}
 
|host|host = Host
 
|?|unknown = Unknown
 
}}{{
 
 
#if: {{{nocmdblock|}}} | <br>No [[command block]]s | {{#switch: {{{oplevel|}}} | 3|4 = <br>No [[command block]]s {{abbr|by default|Can be changed in server.properties}} }} }}{{
 
#if: {{{nocmdblock|}}} | <br>No [[command block]]s | {{#switch: {{{oplevel|}}} | 3|4 = <br>No [[command block]]s {{abbr|by default|Can be changed in server.properties}} }} }}{{
 
#if: {{{multiplayer|}}} | <br>[[Multiplayer]] only }}{{
 
#if: {{{multiplayer|}}} | <br>[[Multiplayer]] only }}{{
Line 24: Line 18:
 
#if: {{{oplevel|}}}{{{nocmdblock|}}}{{{multiplayer|}}}{{{singleplayer|}}} || None }}
 
#if: {{{oplevel|}}}{{{nocmdblock|}}}{{{multiplayer|}}}{{{singleplayer|}}} || None }}
 
}}
 
}}
  +
}}</includeonly><noinclude>
}}{{#switch: {{lc:{{{oplevel|}}}}} |op|operator|admin|administrator|mp|multiplayer|host = [[Category:Pages with deprecated template input|Command]] }}
 
  +
{{documentation}}
{{#if: {{{cmdblock|}}} | [[Category:Pages with deprecated template input|Command]] }}</includeonly><noinclude>
 
{{documentation}}[[Category:Templates with deprecated input]]
 
 
[[Category:Infobox templates]]
 
[[Category:Infobox templates]]
 
</noinclude>
 
</noinclude>

Revision as of 12:21, 27 January 2021

[view | edit | history | purge]Documentation

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
Visibility

Visible

Restrictions

None

{{Infobox command}}

Some

msg
Aliases

/tell

Visibility

Visible

Restrictions

Unknown

{{Infobox command
| name = msg
| alias = {{cmd|tell|link=none}}
| oplevel = 0
}}

Everything

Example name
Aliases

Example alias

Visibility

Hidden

Restrictions

Bypass spawn protection
Singleplayer only

{{Infobox command
| name = Example name
| alias = Example alias
| oplevel = 1
| cheat = 1
| serveronly = 1
| singleplayer = 1
| hidden = 1
| others = Example
}}


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.

Stringsuggested
Aliasesalias

Aliases for this command.

Stringoptional
Permission leveloplevel

Permission level required to execute this command.

Numbersuggested
Restricted to cheatscheats

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

Unknownoptional
Restricted to serversserveronly

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

Unknownoptional
Restricted to singleplayersingleplayer

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

Unknownoptional
Hiddenhidden

If set, mentions the command is hidden.

Unknownoptional
Other restrictionsothers

Any other restrictions to this command.

Stringoptional
[view | edit | history | purge]The above documentation is transcluded from Template:Infobox command/doc.