Template:Infobox TownTEST1: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude> {{documentation}} <!-- Categories go in the /doc subpage. ..> </noinclude> <includeonly> {{Infobox | autoheaders = y | abovestyle = background:#cfc; | above = {{{town_name|{{PAGENAME}}}}} | image = {{{image|}}} | caption1 = {{{caption|}}} | headerstyle = background:#ccf; | header4 = Owner | data5 = {{{owner}}} | header7 = Town Members | data8 = {{{members|None}}} | header9 = Assistants | data10 = {{{assistants|None}}} | header11 = General info..." |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{Infobox | {{Infobox | ||
| Line 30: | Line 26: | ||
| data13 = {{{established|}}} | | data13 = {{{established|}}} | ||
}} | }} | ||
| data17 = {{Infobox | subbox = yes | |||
| labelstyle = background:{{MCColor-raw|&6}} float:left | |||
| label18 = Status: | |||
| datastyle = float:right | |||
| data18 = {{#switch: {{{status}}} | |||
| Active = <span style="background-color: {{MCColor-raw|&a}}; font-weight: bold; display: inline-block;">Active</span> | |||
| Inactive = <span style="background-color: {{MCColor-raw|&7}}; font-weight: bold; display: inline-block;">Inactive</span> | |||
| Active or Inactive = <span style="background-color: {{MCColor-raw|&a}}; font-weight: bold; display: inline-block;>Active or Inactive</span> | |||
| Semi Active = <span style="background-color: {{MCColor-raw|&b}}; font-weight: bold; display: inline-block;>Semi Active</span> | |||
| error = <span style="bakckground-color: {{MCColor-raw|&c}}; font-weight: bold; display: inline-block;>INCORRECT USAGE SEE: [[Template:Infobox_User]] for correct input</span> | |||
}} | |||
}} | |||
}} | |||
</includeonly> | |||