Template:Infobox command: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
sortkey "c" for deprecation template
deprecate mp and multiplayer values of oplevel, these should be replaced with singleplayer and multiplayer arguments; host should be oplevel 3 or 4; added numeric values for oplevel all current oplevel named values need to be replaced; cmdblock was weird as it changed default, added a nocmdblock argument instead which is separated from oplevel entirely
Line 1: Line 1:
<includeonly>{{#invoke:infobox|infobox
<includeonly>{{#invoke:infobox|infobox
|title={{{1|{{{name|{{SUBPAGENAME}}}}}}}}
|title={{{name|{{SUBPAGENAME}}}}}
|imagearea=none
|imagearea=none
|rows=
|rows=
Line 6: Line 6:
}}  
}}  
}}
}}
{{#if: {{{hidden|}}} | {{infobox row|class=list-style-none|Visibility|{{
{{infobox row|class=list-style-none|Visibility|{{ #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }} }}
  #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}  
  }}
}}
{{infobox row|Restrictions|{{
{{infobox row|Restrictions|{{
   #switch: {{lc:{{{oplevel|{{{2|}}}}}}}}
   #switch: {{lc:{{{oplevel|}}}}}
   |op|operator = [[Operator]]{{
   |0 = Bypass spawn protection
    #ifeq: {{{cmdblock|}}} | 0 | <br>No [[command block]]s }}
  |1 = Cheats enabled
   |admin|administrator = [[Administrator]]{{
  |3|op|operator = [[Operator]]
   |4|admin|administrator = [[Administrator]]{{
     #ifeq: {{{cmdblock|}}} | 0 | <br>No [[command block]]s }}
     #ifeq: {{{cmdblock|}}} | 0 | <br>No [[command block]]s }}
   |mp|multiplayer = [[Multiplayer]]<br>[[Operator]]{{
   |mp|multiplayer = [[Multiplayer]]<br>[[Operator]]{{
Line 20: Line 18:
   |host|host = Host
   |host|host = Host
   |?|unknown = Unknown
   |?|unknown = Unknown
   |None
   }}{{
  }}
  #if: {{{nocmdblock|}}} | <br>No [[command block]]s }}{{
}}
   #if: {{{multiplayer|}}} | <br>[[Multiplayer]] only }}{{
{{#if: {{{3|}}} | {{infobox row|First introduced|{{version link|{{{3}}}}} {{
   #if: {{{singleplayer|}}} | <br>[[Singleplayer]] only }}{{
   #if: {{{4|}}} | ({{version link|{{{4}}}|}})
   #if: {{{oplevel|}}}{{{nocmdblock|}}}{{{multiplayer|}}}{{{singleplayer|}}} || None }}
  }} {{
   #if: {{{5|}}} | <br>{{version link|{{{5}}}}} {{
   #if: {{{6|}}} | ({{version link|{{{6}}}}})
  }} }}
}}
}}
{{#if: {{{removed|}}} | {{infobox row|Removed|{{
  #switch: {{{removed}}}
  | ? | unknown = ?
  | {{version link|{{{removed}}} }}
  }}}}
}}
}}
|footer={{
}}{{#switch: {{lc:{{{oplevel|}}}}} | op|operator|admin|administratormp|multiplayer|host = [[Category:Pages with deprecated template input|Command]] }}
  #if: {{{upcoming|}}}
{{#if: {{{cmdblock|}}} | [[Category:Pages with deprecated template input|Command]] }}</includeonly><noinclude>
  | This command has appeared in [[development versions]], but a full update containing these features has not been released yet. [[Category:Upcoming]]
  }}
}}{{#if: {{{removed|}}}{{{upcoming|}}}{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}{{{6|}}} | [[Category:Pages with deprecated template input|Command]] }}</includeonly><noinclude>
{{documentation}}[[Category:Templates with deprecated input]]
{{documentation}}[[Category:Templates with deprecated input]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 22:21, 26 January 2021

[view] [edit] [history] [refresh]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

Bypass spawn protection

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

Everything

Example name
Aliases

Example alias

Visibility

Hidden

Restrictions

Cheats enabled
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

See also

Minecraft
Minecraft Earth
Minecraft Dungeons
Minecraft Legends
Minecraft Story Mode
Other
Meta

ja:テンプレート:Infobox command ko:명령어/infobox pt:Comandos/infobox uk:Шаблон:Картка/Команда zh:Template:Infobox command

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