More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 31: | Line 31: | ||
"label": "Aliases", | "label": "Aliases", | ||
"description": "Aliases for this religion", | "description": "Aliases for this religion", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 41: | Line 36: | ||
"label": "Holidays", | "label": "Holidays", | ||
"description": "Holidays for this religion", | "description": "Holidays for this religion", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
Line 56: | Line 46: | ||
"label": "Symbol", | "label": "Symbol", | ||
"description": "Symbol associated with this religion", | "description": "Symbol associated with this religion", | ||
"type": "string" | |||
}, | |||
"demographics": { | |||
"label": "Demographics", | |||
"description": "Demographics of this religion", | |||
"type": "string" | |||
}, | |||
"notable_members": { | |||
"label": "Notable Worshipers", | |||
"description": "Worshipers of note within this religion", | |||
"type": "string" | |||
}, | |||
"followers": { | |||
"label": "Followers", | |||
"description": "Types/Races/Occupations that are often worshipers of this religion", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 67: | Line 72: | ||
"affiliations", | "affiliations", | ||
"aliases", | "aliases", | ||
" | "followers", | ||
" | "notable_members", | ||
"holidays", | "holidays", | ||
"locations", | "locations", | ||
"symbol" | "symbol", | ||
"demographics" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Revision as of 22:55, 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 |
Followers | followers | Types/Races/Occupations that are often worshipers of this religion | String | optional |
Notable Worshipers | notable_members | 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 |
Demographics | demographics | Demographics of this religion | String | optional |