Template:Infobox Settlement: Difference between revisions
Template page
More languages
More actions
Content deleted Content added
m Changed the description 👀 |
Added inclusion tags |
||
Line 1: | Line 1: | ||
{{Infobox |
<includeonly>{{Infobox |
||
| name = |
| name = |
||
| title = {{{name|}}} |
| title = {{{name|}}} |
||
| image = |
| image = {{{image|}}} |
||
| caption = {{{caption|}}} |
| caption = {{{caption|}}} |
||
Line 56: | Line 56: | ||
| label14 = Warp Name |
| label14 = Warp Name |
||
| data14 = {{{warp_name|}}} |
| data14 = {{{warp_name|}}} |
||
}}</includeonly> |
|||
}} |
|||
<templatedata> |
<noinclude><templatedata> |
||
{ |
{ |
||
"description": "Infobox for a settlement on the server", |
"description": "Infobox for a settlement on the server", |
||
Line 171: | Line 171: | ||
} |
} |
||
} |
} |
||
</templatedata> |
</templatedata></noinclude> |
Revision as of 21:53, 2 August 2025
Infobox for a settlement on the server
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the settlement | String | required |
Image | image | Filename of an image to display | String | optional |
Image caption | caption | Caption for the image | String | optional |
Owner | owner | Owner of the settlement | String | optional |
Foundation Year | foundation_year | Year the settlement was founded | Number | optional |
Foundation Month | foundation_month | Month the settlement was founded (e.g., Jan, Feb, etc. or number) | String | optional |
Foundation Day | foundation_day | Day of the month the settlement was founded | Number | optional |
X Coordinate | xcoord | X coordinate of the settlement | Number | required |
Y Coordinate | ycoord | Y coordinate of the settlement | Number | required |
Z Coordinate | zcoord | Z coordinate of the settlement | Number | required |
Population | population | Population of the settlement | Number | optional |
Width (X) | width | Width of the area in the X direction | Number | optional |
Length (Z) | length | Length of the area in the Z direction | Number | optional |
Road Connection | road | Indicates if there is a road connection (Yes/No) | String | optional |
Rail Connection | rail | Indicates if there is a rail connection (Yes/No) | String | optional |
Boat Route | boat_route | Indicates if there is a boat route at the settlement(Yes/No) | String | optional |
Warp | warp | Indicates if the settlement has a warp (Yes/No). | String | optional |
Warp Name | warp_name | Name of the warp, if applicable | String | optional |