Template:Infobox command/doc: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
Examples and templatedata
+nav
 
(11 intermediate revisions by 7 users not shown)
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 47: Line 44:
{{Infobox command
{{Infobox command
| name = msg
| name = msg
| alias = * tell * w
| alias = {{cmd|tell|link=none}}
| permission = 0
| oplevel = 0
}}
}}
<pre>
<pre>
{{Infobox command
{{Infobox command
| name = msg
| name = msg
| alias = * tell * w
| alias = {{cmd|tell|link=none}}
| permission = 0
| oplevel = 0
}}
}}
</pre>
</pre>
Line 61: Line 58:


{{Infobox command
{{Infobox command
| name = {{{name}}}
| name = Example name
| alias = {{{alias}}}
| alias = Example alias
| added = {{{added}}}
| removed = {{{removed}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| nocmdblock = 1
| cheat = 1
| cheat = 1
| serveronly = 1
| serveronly = 1
| singleplayer = 1
| singleplayer = 1
| others = {{{others}}}
| hidden = 1
| related = {{{related}}}
| others = Example
}}
}}
<pre>
<pre>
{{Infobox command
{{Infobox command
| name = {{{name}}}
| name = Example name
| alias = {{{alias}}}
| alias = Example alias
| added = {{{added}}}
| removed = {{{removed}}}
| editions = {{{editions}}}
| oplevel = 1
| oplevel = 1
| nocmdblock = 1
| cheat = 1
| cheat = 1
| serveronly = 1
| serveronly = 1
| singleplayer = 1
| singleplayer = 1
| others = {{{others}}}
| hidden = 1
| related = {{{related}}}
| others = Example
}}
}}
</pre>
</pre>


<includeonly>
<!-- Template categories/interwiki here -->
[[Category:Infobox templates]]
[[ja:テンプレート:Infobox command]]
[[ko:명령어/infobox]]
[[pt:Comandos/infobox]]
[[zh:Template:Infobox command]]
</includeonly>
<noinclude>
<!-- Documentation categories/interwiki here -->
[[ja:テンプレート:Infobox command/doc]]
[[ko:틀:Infobox command/doc]]
[[pt:Comandos/infobox/doc]]
[[zh:Template:Infobox command/doc]]
</noinclude>
<templatedata>
<templatedata>
{
{
Line 116: Line 88:
"label": "Name",
"label": "Name",
"type": "string",
"type": "string",
"description": "Name of the command, if it differs from the title."
"description": "Name of the command, if it differs from the title.",
"suggested": true
},
},
"alias": {
"alias": {
"label": "Aliases",
"label": "Aliases",
"type": "string",
"type": "string",
"description": "Aliases for this command.",
"description": "Aliases for this command."
"aliases": [
"aliases"
]
},
"added": {
"label": "Version added",
"type": "string",
"description": "Version this command was added."
},
"removed": {
"label": "Version removed",
"type": "string",
"description": "Version this command was removed."
},
},
"oplevel": {
"oplevel": {
Line 140: Line 100:
"type": "number",
"type": "number",
"description": "Permission level required to execute this command.",
"description": "Permission level required to execute this command.",
"suggested": true,
"suggested": true
"aliases": [
"op",
"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"
]
},
},
"cheats": {
"cheats": {
"label": "Restricted to cheats",
"label": "Restricted to cheats",
"description": "If set, mentions that this command is only available to players with cheats.",
"description": "If set, mentions that this command is only available to players with cheats."
"autovalue": "1",
"aliases": [
"cheat"
]
},
},
"serveronly": {
"serveronly": {
"label": "Restricted to servers",
"label": "Restricted to servers",
"description": "If set, mentions that this command is only available on multiplayer servers.",
"description": "If set, mentions that this command is only available on multiplayer servers."
"autovalue": "1",
"aliases": [
"serverOnly",
"server"
]
},
},
"singleplayer": {
"singleplayer": {
"label": "Restricted to singleplayer",
"label": "Restricted to singleplayer",
"description": "If set, mentions that this command is only available in singleplayer.",
"description": "If set, mentions that this command is only available in singleplayer."
"autovalue": "1",
},
"aliases": [
"hidden": {
"cmdblock",
"label": "Hidden",
"noCommandBlock"
"description": "If set, mentions the command is hidden."
]
},
},
"others": {
"others": {
"label": "Other restrictions",
"label": "Other restrictions",
"type": "string",
"type": "string",
"description": "Any other restrictions to this command.",
"description": "Any other restrictions to this command."
"aliases": [
"restrictions"
]
},
"related": {
"label": "Related commands",
"type": "string",
"description": "Related commands."
},
"hidden": {
"label": "Hidden",
"description": "If set, the infobox is hidden.",
"autovalue": "1",
"aliases": [
"disabled"
]
}
}
}
}
}
}
</templatedata>
</templatedata>
==See also==
{{infobox see also}}
<includeonly>
<!-- Template categories/interwiki here -->
[[Category:Infobox templates|Command]]
[[ja:テンプレート:Infobox command]]
[[ko:명령어/infobox]]
[[pt:Comandos/infobox]]
[[uk:Шаблон:Картка/Команда]]
[[zh:Template:Infobox command]]
</includeonly>
<noinclude>
<!-- Documentation categories/interwiki here -->
[[ja:テンプレート:Infobox command/doc]]
[[ko:틀:Infobox command/doc]]
[[pt:Comandos/infobox/doc]]
[[uk:Шаблон:Картка/Команда/док]]
[[zh:Template:Infobox command/doc]]
</noinclude>

Latest revision as of 18:44, 24 February 2024

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[edit source]

Empty[edit source]

{{Infobox command}}

Some[edit source]

/msg
Aliases

/tell

Permission level
required

0

Restrictions

None

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

Everything[edit source]

/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[edit source]

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


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