More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of the government", "type": "string", "required": true }, "image": { "label": "Image", "type": "wiki-file-name" }, "aliases": { "label": "Aliases", "description": "Aliases of this government", "type": "string" }, "government_type": { "label": "Type", "description": "The type of government", "type": "string" }, "plane": { "label": "Plane"..." |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 58: | Line 58: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "religions": { | ||
"label": "Locations", | "label": "Religions", | ||
"description": "Official religions of this government", | |||
"type": "string" | |||
}, | |||
"holidays": { | |||
"label": "Holidays", | |||
"description": "Holidays for this government", | |||
"type": "string" | |||
}, | |||
"demographics": { | |||
"label": "Demographics", | |||
"description": "Demographics of this government", | |||
"type": "string" | |||
}, | |||
"allegiances": { | |||
"label": "Allegiances", | |||
"description": "Allegiances to other groups or people", | |||
"type": "string" | |||
}, | |||
"allies": { | |||
"label": "Allies", | |||
"description": "Allies to other groups or people", | |||
"type": "string" | |||
}, | |||
"rivals": { | |||
"label": "Rivals", | |||
"description": "Rivals with other groups or people", | |||
"type": "string" | |||
}, | |||
"enemies": { | |||
"label": "Enemies", | |||
"description": "Enemies to other groups or people", | |||
"type": "string" | |||
}, | |||
"child_locations": { | |||
"label": "Child Locations", | |||
"description": "Specific locations related to this government", | "description": "Specific locations related to this government", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "child_structures": { | ||
"label": " | "label": "Child Structures", | ||
"description": " | "description": "Structures related to this government", | ||
"type": "string" | "type": "string" | ||
} | } | ||
Line 73: | Line 108: | ||
"name", | "name", | ||
"image", | "image", | ||
"government_type", | |||
"aliases", | "aliases", | ||
"plane", | "plane", | ||
"regions", | "regions", | ||
"capital", | "capital", | ||
"leader_title", | "leader_title", | ||
"leader", | "leader", | ||
" | "religions", | ||
"languages", | |||
"demographics", | |||
"holidays", | |||
"allegiances", | |||
"allies", | |||
"rivals", | |||
"enemies", | |||
"child_locations", | |||
"child_structures", | |||
"affiliations" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 21:11, 23 May 2025
A governing body
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of the government | String | required |
Image | image | no description | File | optional |
Type | government_type | The type of government | String | optional |
Aliases | aliases | Aliases of this government | String | optional |
Plane | plane | The plane of existence | String | optional |
Regions | regions | Regions this government resides in | String | optional |
Capital | capital | Capital of this government | String | optional |
Leader Title | leader_title | The title for the leader of this government | String | optional |
Leader | leader | The leader of this government | String | optional |
Religions | religions | Official religions of this government | String | optional |
Languages | languages | Languages officially spoken in this government | String | optional |
Demographics | demographics | Demographics of this government | String | optional |
Holidays | holidays | Holidays for this government | String | optional |
Allegiances | allegiances | Allegiances to other groups or people | String | optional |
Allies | allies | Allies to other groups or people | String | optional |
Rivals | rivals | Rivals with other groups or people | String | optional |
Enemies | enemies | Enemies to other groups or people | String | optional |
Child Locations | child_locations | Specific locations related to this government | String | optional |
Child Structures | child_structures | Structures related to this government | String | optional |
Affiliations | affiliations | Affiliations with other things | String | optional |