Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox Settlement: Difference between revisions

Template page
More languages
No edit summary
No edit summary
Line 60: Line 60:
<noinclude><templatedata>
<noinclude><templatedata>
{
{
  "description": "Infobox for a settlement on the server",
"description": "Infobox for a settlement on the server",
  "params": {
"params": {
    "name": {
"name": {
      "label": "Name",
"label": "Name",
      "description": "Name of the settlement",
"description": "Name of the settlement",
      "type": "string",
"type": "string",
      "required": true
"required": true
    },
},
    "image": {
"image": {
      "label": "Image",
"label": "Image",
      "description": "Filename of an image to display",
"description": "Filename of an image to display",
      "type": "string",
"type": "wiki-file-name",
      "required": false
"required": false
    },
},
    "caption": {
"caption": {
      "label": "Image caption",
"label": "Image caption",
      "description": "Caption for the image",
"description": "Caption for the image",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "owner": {
"owner": {
      "label": "Owner",
"label": "Owner",
      "description": "Owner of the settlement",
"description": "Owner of the settlement",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "foundation_year": {
"foundation_year": {
      "label": "Foundation Year",
"label": "Foundation Year",
      "description": "Year the settlement was founded",
"description": "Year the settlement was founded",
      "type": "number",
"type": "number",
      "required": false
"required": false
    },
},
    "foundation_month": {
"foundation_month": {
      "label": "Foundation Month",
"label": "Foundation Month",
      "description": "Month the settlement was founded (e.g., Jan, Feb, etc. or number)",
"description": "Month the settlement was founded (e.g., Jan, Feb, etc. or number)",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "foundation_day": {
"foundation_day": {
      "label": "Foundation Day",
"label": "Foundation Day",
      "description": "Day of the month the settlement was founded",
"description": "Day of the month the settlement was founded",
      "type": "number",
"type": "number",
      "required": false
"required": false
    },
},
    "xcoord": {
"xcoord": {
      "label": "X Coordinate",
"label": "X Coordinate",
      "description": "X coordinate of the settlement",
"description": "X coordinate of the settlement",
      "type": "number",
"type": "number",
      "required": true
"required": true
    },
},
    "ycoord": {
"ycoord": {
      "label": "Y Coordinate",
"label": "Y Coordinate",
      "description": "Y coordinate of the settlement",
"description": "Y coordinate of the settlement",
      "type": "number",
"type": "number",
      "required": true
"required": true
    },
},
    "zcoord": {
"zcoord": {
      "label": "Z Coordinate",
"label": "Z Coordinate",
      "description": "Z coordinate of the settlement",
"description": "Z coordinate of the settlement",
      "type": "number",
"type": "number",
      "required": true
"required": true
    },
},
    "population": {
"population": {
      "label": "Population",
"label": "Population",
      "description": "Population of the settlement",
"description": "Population of the settlement",
      "type": "number",
"type": "number",
      "required": false
"required": false
    },
},
    "width": {
"width": {
      "label": "Width (X)",
"label": "Width (X)",
      "description": "Width of the area in the X direction",
"description": "Width of the area in the X direction",
      "type": "number",
"type": "number",
      "required": false
"required": false
    },
},
    "length": {
"length": {
      "label": "Length (Z)",
"label": "Length (Z)",
      "description": "Length of the area in the Z direction",
"description": "Length of the area in the Z direction",
      "type": "number",
"type": "number",
      "required": false
"required": false
    },
},
    "road": {
"road": {
      "label": "Road Connection",
"label": "Road Connection",
      "description": "Indicates if there is a road connection (Yes/No)",
"description": "Indicates if there is a road connection (Yes/No)",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
  "rail": {
"rail": {
      "label": "Rail Connection",
"label": "Rail Connection",
      "description": "Indicates if there is a rail connection (Yes/No)",
"description": "Indicates if there is a rail connection (Yes/No)",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "boat_route": {
"boat_route": {
      "label": "Boat Route",
"label": "Boat Route",
      "description": "Indicates if there is a boat route at the settlement(Yes/No)",
"description": "Indicates if there is a boat route at the settlement(Yes/No)",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "warp": {
"warp": {
      "label": "Warp",
"label": "Warp",
      "description": "Indicates if the settlement has a warp (Yes/No).",
"description": "Indicates if the settlement has a warp (Yes/No).",
      "type": "string",
"type": "string",
      "required": false
"required": false
    },
},
    "warp_name": {
"warp_name": {
      "label": "Warp Name",
"label": "Warp Name",
      "description": "Name of the warp, if applicable",
"description": "Name of the warp, if applicable",
      "type": "string",
"type": "string",
      "required": false
"required": false
    }
}
  }
}
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 12:45, 3 August 2025

Infobox for a settlement on the server

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name of the settlement

Stringrequired
Imageimage

Filename of an image to display

Fileoptional
Image captioncaption

Caption for the image

Stringoptional
Ownerowner

Owner of the settlement

Stringoptional
Foundation Yearfoundation_year

Year the settlement was founded

Numberoptional
Foundation Monthfoundation_month

Month the settlement was founded (e.g., Jan, Feb, etc. or number)

Stringoptional
Foundation Dayfoundation_day

Day of the month the settlement was founded

Numberoptional
X Coordinatexcoord

X coordinate of the settlement

Numberrequired
Y Coordinateycoord

Y coordinate of the settlement

Numberrequired
Z Coordinatezcoord

Z coordinate of the settlement

Numberrequired
Populationpopulation

Population of the settlement

Numberoptional
Width (X)width

Width of the area in the X direction

Numberoptional
Length (Z)length

Length of the area in the Z direction

Numberoptional
Road Connectionroad

Indicates if there is a road connection (Yes/No)

Stringoptional
Rail Connectionrail

Indicates if there is a rail connection (Yes/No)

Stringoptional
Boat Routeboat_route

Indicates if there is a boat route at the settlement(Yes/No)

Stringoptional
Warpwarp

Indicates if the settlement has a warp (Yes/No).

Stringoptional
Warp Namewarp_name

Name of the warp, if applicable

Stringoptional