More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 34: | Line 34: | ||
"label": "Services", | "label": "Services", | ||
"description": "Services offered in this structure", | "description": "Services offered in this structure", | ||
"required": true | "required": true, | ||
"type": "string" | |||
}, | }, | ||
"district": { | "district": { | ||
| Line 65: | Line 66: | ||
"label": "Aliases", | "label": "Aliases", | ||
"description": "Aliases of this structure", | "description": "Aliases of this structure", | ||
"type": "string" | |||
}, | |||
"parent_location": { | |||
"label": "Location", | |||
"description": "Location this structure is in", | |||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 73: | Line 79: | ||
"image", | "image", | ||
"structure_type", | "structure_type", | ||
"aliases", | |||
"plane", | |||
"parent_region", | |||
"parent_location", | |||
"parent_settlement", | |||
"district", | |||
"owner", | "owner", | ||
"staff", | "staff", | ||
"services", | "services", | ||
"affiliations" | |||
"affiliations | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 22:34, 24 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 | String | required |
| Affiliations | affiliations | Factions, characters, etc associated with this location | String | optional |