More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of location", "type": "string", "required": true }, "parent_region": { "label": "Parent Region", "description": "Region this location is within", "type": "string", "required": true }, "parent_settlement": { "label": "Parent Settlement", "description": "Settlement this location is within", "type": "string" }, "terrain": { "label": "Terrain",..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 68: | Line 68: | ||
"label": "Child Settlements", | "label": "Child Settlements", | ||
"description": "Settlements within this location", | "description": "Settlements within this location", | ||
"type": "string" | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
"description": "Aliases of this location", | |||
"type": "string" | |||
}, | |||
"child_structures": { | |||
"label": "Child Structures", | |||
"description": "Structures within this location", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 76: | Line 86: | ||
"image", | "image", | ||
"location_type", | "location_type", | ||
"aliases", | |||
"terrain", | |||
"plane", | |||
"parent_region", | "parent_region", | ||
"parent_location", | |||
"parent_settlement", | "parent_settlement", | ||
"fauna", | "fauna", | ||
"flora", | "flora", | ||
"child_locations", | |||
"child_settlements", | "child_settlements", | ||
" | "child_structures", | ||
"affiliations | "affiliations" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 21:58, 22 May 2025
A generic template for any location of interest (e.g. Natural geological features, points of interest, etc)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of location | String | required |
Image | image | no description | File | optional |
Type | location_type | Type of location | String | required |
Aliases | aliases | Aliases of this location | String | optional |
Terrain | terrain | Terrain of this location | String | optional |
Plane | plane | Plane of existence this location is within | String | optional |
Parent Region | parent_region | Region this location is within | String | required |
Parent Location | parent_location | Parent location this location is within | String | optional |
Parent Settlement | parent_settlement | Settlement this location is within | String | optional |
Fauna | fauna | Creatures in this location | String | optional |
Flora | flora | Plants in this location | String | optional |
Child Locations | child_locations | Other locations within this location | String | optional |
Child Settlements | child_settlements | Settlements within this location | String | optional |
Child Structures | child_structures | Structures within this location | String | optional |
Affiliations | affiliations | Factions, characters, etc associated with this location | String | optional |