Template:Infobox command: Difference between revisions
No edit summary |
having the text show rather than numbers for "permissions" is more clear (and it is better as a restriction IYAM), moved hidden to a restriction (as it really only affects autocomplete); perhaps it's better to split oplevel into 2 arguments, 1 for bedrock and 1 for java |
||
| Line 4: | Line 4: | ||
|rows= | |rows= | ||
{{#if: {{{alias|}}} | {{infobox row|class=list-style-none|Aliases|{{{alias}}} }} }} | {{#if: {{{alias|}}} | {{infobox row|class=list-style-none|Aliases|{{{alias}}} }} }} | ||
{{#if: {{{ | {{infobox row|Restrictions|{{#if: {{{oplevel|}}} | {{ | ||
#switch: {{lc:{{{oplevel|}}}}} | |||
|1 = Bypass spawn protection | |||
|2 = Cheats enabled | |||
|3 = [[Operator]] | |||
|4 = [[Administrator]] | |||
|{{{oplevel}}} | |||
}}}}{{ | |||
#if: {{{nocmdblock|}}} | No [[command block]]s | {{#switch: {{{oplevel|}}} | 3|4 = <br>No [[command block]]s {{abbr|by default|Can be changed in server.properties}}<br> }}{{ | |||
#if: {{{cheat|}}} | [[Option|Cheat]] only<br> }}{{ | #if: {{{cheat|}}} | [[Option|Cheat]] only<br> }}{{ | ||
#if: {{{serveronly|}}} | Dedicated server only<br>}}{{ | #if: {{{serveronly|}}} | Dedicated server only<br>}}{{ | ||
#if: {{{singleplayer|}}} | [[Singleplayer]] only<br> }}{{ | #if: {{{singleplayer|}}} | [[Singleplayer]] only<br> }}{{ | ||
#if: {{{hidden|}}} | Not suggested by autocomplete }}{{ | |||
#if: {{{others|}}} | {{{others}}} }}{{ | #if: {{{others|}}} | {{{others}}} }}{{ | ||
#if: {{{nocmdblock|}}}{{{serveronly|}}}{{{singleplayer|}}}{{{cheat|}}}{{{others|}}} || None }} | #if: {{{oplevel|}}}{{{nocmdblock|}}}{{{serveronly|}}}{{{singleplayer|}}}{{{cheat|}}}{{{others|}}}{{{hidden|}}} || None }} | ||
}} | }}}}}}</includeonly><noinclude> | ||
}}</includeonly><noinclude> | |||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||