Template:Infobox command: Difference between revisions

From Modded Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
<onlyinclude><infobox>
<onlyinclude><infobox>
<title source="title">
<title source="title"><default>/{{SUBPAGENAME}}</default></title>
  <default>/{{SUBPAGENAME}}</default>
<data source="alias"><label>Aliases</label></data>
</title>
<data source="hidden">
      <data source="alias">
<label>Visibility</label>
        <label>Aliases</label>
<format>{{#ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}</format>
      </data>
</data>
      <data source="hidden">
<data source="oplevel">
        <label>Visibility</label>
<label>[[Permission level]] required</label>
        <format>{{#ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}</format>
<format>{{
      </data>
#switch: {{{oplevel|}}}
      <data source="oplevel">
| 1 = 1 (moderator)
        <label>[[Permission level]] required</label>
| 2 = 2 (gamemaster)
        <format>{{#switch: {{{oplevel|}}}
| 3 = 3 (admin)
          | 1 = 1 (moderator)
| 4 = 4 (owner)
          | 2 = 2 (gamemaster)
| #default = {{{oplevel|}}}
          | 3 = 3 (admin)
}}</format>
          | 4 = 4 (owner)
</data>
          | #default = {{{oplevel|}}}
<data>
        }}</format>
<label>[[Commands#Restrictions|Restrictions]]</label>
      </data>
<default>{{#if: {{{cheat|}}} | <nowiki />
      <data>
* [[Option|Cheat]] only }}{{#if: {{{serveronly|}}} | <nowiki />
        <label>[[Commands#Restrictions|Restrictions]]</label>
* Dedicated server only }}{{#if: {{{singleplayer|}}} | <nowiki />
        <default>{{
* [[Singleplayer]] only }}{{#if: {{{others|}}} | <nowiki />
  #if: {{{cheat|}}} | [[Option|Cheat]] only<br /> }}{{
* {{{others}}} }}{{#if: {{{serveronly|}}}{{{singleplayer|}}}{{{cheat|}}}{{{others|}}} || None }}</default>
  #if: {{{serveronly|}}} | Dedicated server only<br />}}{{
</data>
  #if: {{{singleplayer|}}} | [[Singleplayer]] only<br /> }}{{
</infobox></onlyinclude><noinclude>{{Documentation}}</noinclude>
  #if: {{{others|}}} | {{{others}}} }}{{
  #if: {{{serveronly|}}}{{{singleplayer|}}}{{{cheat|}}}{{{others|}}} || None }}</default>
      </data>
</infobox></onlyinclude><noinclude>
{{documentation}}
</noinclude>

Revision as of 05:40, 19 February 2023

<infobox> <title source="title"><default>/Infobox command</default></title> <label>Aliases</label> <label>Visibility</label> <format>Visible</format> <label>Permission level required</label> <format></format> <label>Restrictions</label> <default>None</default>

</infobox>

[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> <title source="title"><default>/Infobox command</default></title> <label>Aliases</label> <label>Visibility</label> <format>Visible</format> <label>Permission level required</label> <format></format> <label>Restrictions</label> <default>None</default> </infobox>

{{Infobox command}}

Some

<infobox> <title source="title"><default>/Infobox command</default></title> <label>Aliases</label> <label>Visibility</label> <format>Visible</format> <label>Permission level required</label> <format>0</format> <label>Restrictions</label> <default>None</default> </infobox>

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

Everything

<infobox> <title source="title"><default>/Infobox command</default></title> <label>Aliases</label> <label>Visibility</label> <format>Hidden</format> <label>Permission level required</label> <format>1 (moderator)</format> <label>Restrictions</label> <default>

</infobox>

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