More actions
Created page with " <templatedata> { "params": { "name": { "label": "Name", "description": "Name of this religion", "type": "string", "required": true }, "image": { "label": "Image", "type": "string" }, "religion_type": { "label": "Type", "description": "Type of religion", "type": "string" }, "deity": { "label": "Deity", "description": "Deity associated with this religion", "type": "string" }, "affiliations": { "label": "Affiliation..." |
No edit summary |
||
Line 51: | Line 51: | ||
"label": "Locations", | "label": "Locations", | ||
"description": "Locations important to this religion (like temples or holy spots)", | "description": "Locations important to this religion (like temples or holy spots)", | ||
"type": "string" | |||
}, | |||
"symbol": { | |||
"label": "Symbol", | |||
"description": "Symbol associated with this religion", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 65: | Line 70: | ||
"notable_worshipers", | "notable_worshipers", | ||
"holidays", | "holidays", | ||
"locations" | "locations", | ||
"symbol" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 20:20, 21 May 2025
A religion
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name of this religion | String | required |
Image | image | no description | String | optional |
Type | religion_type | Type of religion | String | optional |
Deity | deity | Deity associated with this religion | String | optional |
Affiliations | affiliations | Affiliations this religion has | String | optional |
Aliases | aliases | Aliases for this religion | String | optional |
Worshipers | worshipers | Types/Races/Occupations that are often worshipers of this religion | String | optional |
Notable Worshipers | notable_worshipers | Worshipers of note within this religion | String | optional |
Holidays | holidays | Holidays for this religion | String | optional |
Locations | locations | Locations important to this religion (like temples or holy spots) | String | optional |
Symbol | symbol | Symbol associated with this religion | String | optional |