More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of deity", "type": "string" }, "image": { "label": "Image", "type": "wiki-file-name" }, "aliases": { "label": "Aliases", "description": "Other aliases of this deity", "type": "string" }, "symbol": { "label": "Symbol", "description": "The symbol used for this deity", "type": "string" }, "religions": { "label": "Religions", "description":..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
"label": "Religions", | "label": "Religions", | ||
"description": "Religions associated with this deity", | "description": "Religions associated with this deity", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 50: | Line 45: | ||
"label": "Pronouns", | "label": "Pronouns", | ||
"description": "Pronouns of this deity", | "description": "Pronouns of this deity", | ||
"type": "string" | |||
}, | |||
"terrain": { | |||
"label": "Provinces", | |||
"description": "Areas this deity has holds power", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 57: | Line 57: | ||
"name", | "name", | ||
"image", | "image", | ||
"deity_type", | "deity_type", | ||
"aliases", | "aliases", | ||
"symbol", | |||
"pronouns", | "pronouns", | ||
"religions", | "religions", | ||
" | "terrain", | ||
"avatars", | "avatars", | ||
"affiliations" | "affiliations" |
Latest revision as of 17:31, 24 May 2025
A god
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of deity | String | optional |
Image | image | no description | File | optional |
Type | deity_type | Type of deity (probably just god) | String | optional |
Aliases | aliases | Other aliases of this deity | String | optional |
Symbol | symbol | The symbol used for this deity | String | optional |
Pronouns | pronouns | Pronouns of this deity | String | optional |
Religions | religions | Religions associated with this deity | String | optional |
Provinces | terrain | Areas this deity has holds power | String | optional |
Avatars | avatars | Mortal avatars of this deity | String | optional |
Affiliations | affiliations | Affiliations of this deity | String | optional |