This template provides an infobox for player settlements.
{{Settlement
| name =
| image =
| image_caption =
| type =
| leadership =
| hq =
| ideology =
| established =
| disbanded =
| public =
| status =
| dimension =
| x =
| y =
| z =
| underground =
}}
An infobox to serve as a quick reference on the right side of settlement pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Settlement 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 settlement.
| Line | suggested |
| Leadership | leadership | The leader(s) of the group.
| Line | suggested |
| Headquarters | hq | The headquarters of the settlement.
| Line | suggested |
| Ideology | ideology | The professed ideology of the settlement.
| Line | suggested |
| Established | established | The date the settlement was established. | Line | suggested |
| Disbanded | disbanded | The date the settlement was disbanded. | Line | suggested |
| Public join? | public | Whether settlement membership is open to the public.
| Line | suggested |
| Status | status | Status of the settlement.
| Line | suggested |
| Dimension | dimension | Dimension where the settlement is located.
| Line | required |
| X | x | The x-coordinate of the settlement. | Number | suggested |
| Y | y | The y-coordinate of the settlement. | Number | suggested |
| Z | z | The x-coordinate of the settlement. | Number | suggested |
| Underground? | underground | Whether the settlement is underground.
| Boolean | suggested |
Examples
Some
{
"title": "Settlement",
"rows": [],
"invimages": [],
"images": [
"[[File:Arena Overview 2020-12-31.png|150px|link=]]"
]
}
{{Settlement
| image = Arena Overview 2020-12-31.png
| type = Player town
| leadership = Diamondback88
| established = May 2020
| dimension = Overworld
| x = 40
| z = 400
}}
Everything
{
"title": "Settlement",
"rows": [],
"invimages": [],
"images": [
"[[File:Arena Overview 2020-12-31.png|150px|link=]]"
]
}
{{Settlement
| name = Red Rose Town
| image = Arena Overview 2020-12-31.png
| image_caption = Let's gooooo baby
| type = Player town
| leadership = Diamondback88
| hq = Red Rose Arena
| ideology = Oligarchy
| established = May 2020
| disbanded = Not yet suckers
| public = Yes
| status = Active
| dimension = Overworld
| x = 40
| y = 150
| z = 400
| underground = No
}}