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: {{{hidden|}}} | {{infobox row|class=list-style-none|Visibility|{{
{{infobox row|Restrictions|{{#if: {{{oplevel|}}} | {{
      #ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}}}
  #switch: {{lc:{{{oplevel|}}}}}
}}
  |1 = Bypass spawn protection
{{infobox row|[[Commands#Permission level|Permission level]] required|{{#if:{{{oplevel|}}}|{{{oplevel}}}|Unknown}}}}
  |2 = Cheats enabled
{{infobox row|[[Commands#Restrictions|Restrictions]]|{{
  |3 = [[Operator]]
  #if: {{{nocmdblock|}}} | No [[command block]]s<br> }}{{
  |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>