Template:Infobox command: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
m Revert edits by SWinxy (talk) version & date params are long deprecated from being put in infoboxes due to the various editions of minecraft
m too long
Line 7: Line 7:
       #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}}}
       #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}}}
}}
}}
{{infobox row|[[Permission level]] required|{{#if:{{{oplevel|}}}|{{{oplevel}}}|Unknown}}}}
{{infobox row|[[Permission level]]<br>required|{{#if:{{{oplevel|}}}|{{{oplevel}}}|Unknown}}}}
{{infobox row|[[Commands#Restrictions|Restrictions]]|{{
{{infobox row|[[Commands#Restrictions|Restrictions]]|{{
   #if: {{{nocmdblock|}}} | No [[command block]]s<br> }}{{
   #if: {{{nocmdblock|}}} | No [[command block]]s<br> }}{{

Revision as of 14:46, 11 July 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
Permission level
required

Unknown

Restrictions

None

{{Infobox command}}

Some

msg
Aliases

/tell

Permission level
required

0

Restrictions

None

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

Everything

Example name
Aliases

Example alias

Visibility

Hidden

Permission level
required

1

Restrictions

Cheat only
Dedicated server only
Singleplayer only
Example

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