More actions
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "image": { | ||
"label": " | "label": "Image", | ||
"type": "wiki-file-name" | |||
}, | |||
"child_structures": { | |||
"label": "Structures", | |||
"description": "Structures in this region", | |||
"type": "string" | |||
}, | |||
"child_region": { | |||
"label": "Child Region", | |||
"description": "Regions that make up this region", | "description": "Regions that make up this region", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "child_settlements": { | ||
"label": "Settlements", | "label": "Settlements", | ||
"description": "Settlements that are in this region", | "description": "Settlements that are in this region", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "child_locations": { | ||
"label": "Location", | "label": "Location", | ||
"description": "Locations in this region", | "description": "Locations in this region", | ||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
Line 55: | Line 55: | ||
"plane", | "plane", | ||
"parent_region", | "parent_region", | ||
" | "child_region", | ||
" | "child_settlements", | ||
" | "child_locations", | ||
" | "child_structures" | ||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 18:24, 21 May 2025
A larger area of land. This can have other regions, settlements, locations, and structures apart of it.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the region | String | optional |
Image | image | no description | File | optional |
Terrain | terrain | Terrains found in this region | String | optional |
Plane | plane | The plane of existence | String | optional |
Parent Region | parent_region | The region this region is a part of | Page name | optional |
Child Region | child_region | Regions that make up this region | String | optional |
Settlements | child_settlements | Settlements that are in this region | String | optional |
Location | child_locations | Locations in this region | String | optional |
Structures | child_structures | Structures in this region | String | optional |