More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the building", "type": "string", "required": true }, "owner": { "label": "Owner", "description": "Owner of the building", "type": "string" }, "parent_region": { "label": "Region", "description": "Region that this structure is in", "type": "string", "suggested": true }, "parent_settlement": { "label": "Settlement", "description": "Settleme..." |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 51: | Line 51: | ||
"label": "Image", | "label": "Image", | ||
"type": "wiki-file-name" | "type": "wiki-file-name" | ||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Factions, characters, etc associated with this location", | |||
"type": "string" | |||
}, | |||
"plane": { | |||
"label": "Plane", | |||
"description": "Plane of existence this structure is within", | |||
"type": "string" | |||
}, | |||
"aliases": { | |||
"label": "Aliases", | |||
"description": "Aliases of this structure", | |||
"type": "string" | |||
}, | |||
"parent_location": { | |||
"label": "Location", | |||
"description": "Location this structure is in", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 58: | Line 78: | ||
"image", | "image", | ||
"structure_type", | "structure_type", | ||
"aliases", | |||
"plane", | |||
"parent_region", | |||
"parent_location", | |||
"parent_settlement", | |||
"district", | |||
"owner", | "owner", | ||
"staff", | "staff", | ||
"services", | "services", | ||
" | "affiliations" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 20:14, 23 May 2025
Any building of interest (e.g. Tavern, Stores, etc)
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the building | String | required |
Image | image | no description | File | optional |
Type | structure_type | Type of structure | String | required |
Aliases | aliases | Aliases of this structure | String | optional |
Plane | plane | Plane of existence this structure is within | String | optional |
Region | parent_region | Region that this structure is in | String | suggested |
Location | parent_location | Location this structure is in | String | optional |
Settlement | parent_settlement | Settlement this structure is in | String | suggested |
District | district | District this structure is in | String | suggested |
Owner | owner | Owner of the building | String | optional |
Staff | staff | Staff of the structure | String | optional |
Services | services | Services offered in this structure | Unknown | required |
Affiliations | affiliations | Factions, characters, etc associated with this location | String | optional |