More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the region", "type": "string" }, "terrain": { "label": "Terrain", "description": "Terrains found in this region", "type": "string" }, "plane": { "label": "Plane", "description": "The plane of existence", "type": "string" }, "parent_region": { "label": "Parent Region", "description": "The region this region is a part of", "type": "wiki-page-n..." |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
"type": "wiki-page-name" | "type": "wiki-page-name" | ||
}, | }, | ||
" | "image": { | ||
"label": " | "label": "Image", | ||
"description": " | "type": "wiki-file-name" | ||
}, | |||
"child_structures": { | |||
"label": "Structures", | |||
"description": "Structures in 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": " | "label": "Locations", | ||
"description": "Locations in this region", | "description": "Locations in this region", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "aliases": { | ||
"label": " | "label": "Aliases", | ||
"description": " | "description": "Aliases of this region", | ||
"type": "string" | |||
}, | |||
"affiliations": { | |||
"label": "Affiliations", | |||
"description": "Affiliations with other things", | |||
"type": "string" | |||
}, | |||
"child_regions": { | |||
"label": "Child Regions", | |||
"description": "Regions that make up this region", | |||
"type": "string" | "type": "string" | ||
} | } | ||
}, | }, | ||
"description": "A larger area of land. This can have other regions, settlements, locations, and structures apart of it." | "description": "A larger area of land. This can have other regions, settlements, locations, and structures apart of it.", | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"terrain", | |||
"plane", | |||
"parent_region", | |||
"child_regions", | |||
"child_settlements", | |||
"child_locations", | |||
"child_structures", | |||
"aliases", | |||
"affiliations" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 00:07, 22 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 Regions | child_regions | Regions that make up this region | String | optional |
Settlements | child_settlements | Settlements that are in this region | String | optional |
Locations | child_locations | Locations in this region | String | optional |
Structures | child_structures | Structures in this region | String | optional |
Aliases | aliases | Aliases of this region | String | optional |
Affiliations | affiliations | Affiliations with other things | String | optional |