Template:Region: Difference between revisions
Hypermoron (talk | contribs) No edit summary |
Hypermoron (talk | contribs) No edit summary |
||
| Line 23: | Line 23: | ||
| data10 = {{{dimension}}} | | data10 = {{{dimension}}} | ||
| label11 = Coordinates | | label11 = Coordinates | ||
| data11 = X = {{{x}}}{{{y||<br>Y = {{{y | | data11 = {{#if:{{{x|}}}{{{z|}}}|X = {{{x}}}{{#if:{{{y|}}}|<br>Y = {{{y}}}}}<br>Z = {{{z}}}}} | ||
| label12 = Underground? | | label12 = Underground? | ||
| data12 = {{{underground|}}} | | data12 = {{{underground|}}} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{Documentation}}</noinclude> | {{Documentation}}</noinclude> | ||
Revision as of 04:42, 25 June 2022
{{Region
| name =
| image =
| image_caption =
| type =
| owners =
| contributors =
| public_access =
| public_build =
| established =
| discovered =
| status =
| dimension =
| x =
| y =
| z =
| underground =
}}
An infobox to serve as a quick reference on the right side of region pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Region name | name | Will automatically enter based on page name
| Line | optional |
| Image | image | Refers to the image file stored on the wiki. By default, the Parallel logo will be displayed, but you should always point this parameter to a render or screenshot of the location.
| File | suggested |
| Image caption | image_caption | An optional caption for the image. | Line | optional |
| Type | type | The type of region.
| Line | suggested |
| Owners | owners | A list of owners of the region. | Line | suggested |
| Contributors | contributors | A list of other contributors to the region. | Line | suggested |
| Public access? | public_access | Whether the public has access to the region.
| Line | suggested |
| Public build? | public_build | Whether the public can build in the region.
| Line | suggested |
| Established | established | The date the region was established. | Line | suggested |
| Discovered | discovered | The date the region was discovered. Reserved for naturally generated or lore-related regions. | Line | suggested |
| Status | status | Status of the region.
| Line | suggested |
| Dimension | dimension | Dimension where the structure is located.
| Line | required |
| X | x | The x-coordinate of the region. | Number | suggested |
| Y | y | The y-coordinate of the region. | Number | suggested |
| Z | z | The x-coordinate of the region. | Number | suggested |
| Underground? | underground | Whether the region is underground.
| Unknown | suggested |
Examples
Some
{
"title": "Region",
"rows": [],
"invimages": [],
"images": [
"[[File:Arena Overview 2020-12-31.png|150px|link=]]"
]
}
{{Region
| image = Arena Overview 2020-12-31.png
| type = PvP Arena
| public_access = Yes
| status = Active
| dimension = Otherside overworld
| x = 40
| y =
| z = 400
}}
Everything
{
"title": "Region",
"rows": [],
"invimages": [],
"images": [
"[[File:Arena Overview 2020-12-31.png|150px|link=]]"
]
}
{{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
}}