8,282
edits
Hypermoron (talk | contribs) (Created page with "{{Infobox |above = {{{name}}} |image = [[File:{{{image}}}]] |caption = {{{image_caption}}} | label1 = Type | data1 = {{{type}}} | label2 = Owners | data2 = {{{owners}}} | label3 = Contributors | data3 = {{{contributors}}} | label4 = Public access? | data4 = {{{public_access}}} | label5 = Public build? | data5 = {{{public_build}}} | label6 = Established | data6 = {{{established}}} | label7 = Discovered | data7 = {{{discovered}}} | label...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Documentation header}} | ||
<pre style="display:table"> | |||
{{Region | |||
| name = | |||
| image = | |||
| image_caption = | |||
| type = | |||
| owners = | |||
| contributors = | |||
| public_access = | |||
| public_build = | |||
| established = | |||
| discovered = | |||
| status = | |||
| dimension = | |||
| x = | |||
| y = | |||
| z = | |||
| underground = | |||
}} | }} | ||
</pre> | |||
<templatedata> | <templatedata> | ||
Line 180: | Line 174: | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Examples == | |||
=== Some === | |||
{{Region | |||
| image = Arena Overview 2020-12-31.png | |||
| type = PvP Arena | |||
| public_access = Yes | |||
| status = Active | |||
| dimension = Otherside overworld | |||
| x = 40 | |||
| y = | |||
| z = 400 | |||
}} | |||
<pre style="display:table"> | |||
{{Region | |||
| image = Arena Overview 2020-12-31.png | |||
| type = PvP Arena | |||
| public_access = Yes | |||
| status = Active | |||
| dimension = Otherside overworld | |||
| x = 40 | |||
| y = | |||
| z = 400 | |||
}} | |||
</pre> | |||
=== Everything === | |||
{{Region | |||
| name = Super Epic Arena | |||
| image = Arena Overview 2020-12-31.png | |||
| image_caption = Sweat HQ | |||
| type = PvP Arena | |||
| owners = Your mom | |||
| contributors = Your dad | |||
| public_access = Yes | |||
| public_build = No | |||
| established = May 2020 | |||
| discovered = May 2020 | |||
| status = Active | |||
| dimension = Otherside overworld | |||
| x = 40 | |||
| y = 150 | |||
| z = 400 | |||
| underground = No | |||
}} | |||
<pre style="display:table"> | |||
{{Region | |||
| name = Super Epic Arena | |||
| image = Arena Overview 2020-12-31.png | |||
| image_caption = Sweat HQ | |||
| type = PvP Arena | |||
| owners = Your mom | |||
| contributors = Your dad | |||
| public_access = Yes | |||
| public_build = No | |||
| established = May 2020 | |||
| discovered = May 2020 | |||
| status = Active | |||
| dimension = Otherside overworld | |||
| x = 40 | |||
| y = 150 | |||
| z = 400 | |||
| underground = No | |||
}} | |||
</pre> |