Template:Region/doc: Difference between revisions

Jump to navigation Jump to search
no edit summary
m (Diamondback88 moved page Template:Infobox region/doc to Template:Region/doc)
No edit summary
 
Line 1: Line 1:
{{Infobox
{{Documentation header}}
  |above = {{{name}}}
 
  |image = [[File:{{{image}}}]]
<pre style="display:table">
  |caption = {{{image_caption}}}
{{Region
  | label1 = Type
| name =
  | data1 = {{{type}}}
| image =
  | label2 = Owners
| image_caption =
  | data2 = {{{owners}}}
| type =
  | label3 = Contributors
| owners =
  | data3 = {{{contributors}}}
| contributors =
  | label4 = Public access?
| public_access =
  | data4 = {{{public_access}}}
| public_build =
  | label5 = Public build?
| established =
  | data5 = {{{public_build}}}
| discovered =
  | label6 = Established
| status =
  | data6 = {{{established}}}
| dimension =
  | label7 = Discovered
| x =
  | data7 = {{{discovered}}}
| y =
  | label8 = Status
| z =
  | data8 = {{{status}}}
| underground =
  | data9 = Location
  | label10 = Dimension
  | data10 = {{{dimension}}}
  | label11 = Coordinates
  | data11 = X &#x3D; {{{x}}}<br>Y &#x3D; {{{y}}}<br>Z &#x3D; {{{z}}}
  | label12 = Underground?
  | data12 = 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>

Navigation menu