Template:Infobox command: Difference between revisions
m set no command blocks to be based on what the rest is set to. That's it for now, just need to update the article |
m 87 revisions imported |
||
| (84 intermediate revisions by 23 users not shown) | |||
| Line 1: | Line 1: | ||
{{infobox | {{#invoke:infobox|infobox | ||
|title={{{ | |title=<code>/{{{name|{{SUBPAGENAME}}}}}</code> | ||
| | |imagearea=none | ||
|rows= | |rows= | ||
{{infobox row|class=list-style-none| | {{#if: {{{alias|}}} | {{infobox row|class=list-style-none|Aliases|{{{alias}}} }} }} | ||
{{#if: {{{hidden|}}} | {{infobox row|class=list-style-none|Visibility|{{ | |||
#ifeq: {{{hidden|}}} | 1 | Hidden | Visible }}}} | |||
}} | }} | ||
{{#if: {{{ | {{infobox row|[[Permission level|Permission level<br>required]]|{{#if:{{{oplevel|}}}|{{{oplevel}}}|Unknown}}}} | ||
#if: {{{ | {{infobox row|[[Commands#Restrictions|Restrictions]]|{{ | ||
}}}} | #if: {{{cheat|}}} | [[Option|Cheat]] only<br> }}{{ | ||
#if: {{{serveronly|}}} | Dedicated server only<br>}}{{ | |||
#if: {{{singleplayer|}}} | [[Singleplayer]] only<br> }}{{ | |||
#if: {{{others|}}} | {{{others}}} }}{{ | |||
#if: {{{serveronly|}}}{{{singleplayer|}}}{{{cheat|}}}{{{others|}}} || None }} | |||
}} | }} | ||
}}<includeonly></includeonly><noinclude> | |||
{{documentation}} | |||
</noinclude> | |||
}}< | |||