More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the settlement", "type": "string" }, "population": { "label": "Population", "description": "Population of settlement", "type": "number" }, "leader": { "label": "Leader", "description": "Leader of the settlement", "type": "string" }, "leader_title": { "label": "Leader Title", "description": "Title of the leader of this settlement", "type": "s..." |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
"label": "Name", | "label": "Name", | ||
"description": "Name of the settlement", | "description": "Name of the settlement", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"population": { | "population": { | ||
Line 31: | Line 32: | ||
"label": "Districts", | "label": "Districts", | ||
"description": "Districts inside this settlement", | "description": "Districts inside this settlement", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 41: | Line 37: | ||
"label": "Settlement Type", | "label": "Settlement Type", | ||
"description": "The type of settlement", | "description": "The type of settlement", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"guards": { | "guards": { | ||
Line 64: | Line 61: | ||
}, | }, | ||
"parent_region": { | "parent_region": { | ||
"label": "Region", | "label": "Parent Region", | ||
"description": "Region this settlement is in", | "description": "Region this settlement is in", | ||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name" | |||
}, | |||
"plane": { | |||
"label": "Plane", | |||
"description": "Plane of existence this location is within", | |||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Factions, characters, etc associated with this settlement", | |||
"type": "string" | |||
}, | |||
"child_locations": { | |||
"label": "Child Locations", | |||
"description": "Locations of interest inside this settlement", | |||
"type": "string" | |||
}, | |||
"parent_location": { | |||
"label": "Parent Location", | |||
"description": "Parent location this location is within", | |||
"type": "string" | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
"description": "Aliases of this settlement", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 72: | Line 98: | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
"settlement_type", | |||
"image", | |||
"aliases", | |||
"plane", | |||
"parent_region", | "parent_region", | ||
"parent_location", | |||
"leader_title", | |||
"leader", | |||
"guards", | |||
"population", | "population", | ||
"demographics", | "demographics", | ||
"imports", | "imports", | ||
"exports", | "exports", | ||
"religions" | "religions", | ||
"affiliations", | |||
"districts", | |||
"child_locations" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 19:57, 23 May 2025
Any settled area of people (e.g. City, Town, Encampment, etc)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the settlement | String | required |
Settlement Type | settlement_type | The type of settlement | String | required |
Image | image | no description | File | optional |
Aliases | aliases | Aliases of this settlement | String | optional |
Plane | plane | Plane of existence this location is within | String | optional |
Parent Region | parent_region | Region this settlement is in | String | optional |
Parent Location | parent_location | Parent location this location is within | String | optional |
Leader Title | leader_title | Title of the leader of this settlement | String | optional |
Leader | leader | Leader of the settlement | String | optional |
Guards | guards | Name of the guards in this settlement | String | optional |
Population | population | Population of settlement | Number | optional |
Demographics | demographics | Demographic breakdown of this settlement | String | optional |
Imports | imports | Imported goods | String | optional |
Exports | exports | Exported goods | String | optional |
Religions | religions | Religions practiced in this settlement | String | optional |
Affiliations | affiliations | Factions, characters, etc associated with this settlement | String | optional |
Districts | districts | Districts inside this settlement | String | optional |
Child Locations | child_locations | Locations of interest inside this settlement | String | optional |