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 |
||
(4 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 43: | Line 38: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "locations": { | ||
"label": "Locations", | |||
"description": "Locations important to this religion (like holy spots)", | |||
"type": "string" | |||
}, | |||
"symbol": { | |||
"label": "Symbol", | |||
"description": "Symbol associated with this religion", | |||
"type": "string" | |||
}, | |||
"demographics": { | |||
"label": "Demographics", | |||
"description": "Demographics of this religion", | |||
"type": "string" | |||
}, | |||
"notable_members": { | |||
"label": "Notable Worshipers", | "label": "Notable Worshipers", | ||
"description": "Worshipers of note within this religion", | "description": "Worshipers of note within this religion", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "followers": { | ||
"label": " | "label": "Followers", | ||
"description": " | "description": "Types/Races/Occupations that are often worshipers of this religion", | ||
"type": "string" | |||
}, | |||
"structures": { | |||
"label": "Structures", | |||
"description": "Important structures to this religion", | |||
"type": "string" | "type": "string" | ||
} | } | ||
Line 59: | Line 74: | ||
"image", | "image", | ||
"religion_type", | "religion_type", | ||
"aliases", | |||
"deity", | "deity", | ||
" | "followers", | ||
" | "locations", | ||
" | "structures", | ||
" | "symbol", | ||
"holidays", | "holidays", | ||
" | "demographics", | ||
"notable_members", | |||
"affiliations" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> |
Latest revision as of 18:31, 23 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 |
Aliases | aliases | Aliases for this religion | String | optional |
Deity | deity | Deity associated with this religion | String | optional |
Followers | followers | Types/Races/Occupations that are often worshipers of this religion | String | optional |
Locations | locations | Locations important to this religion (like holy spots) | String | optional |
Structures | structures | Important structures to this religion | String | optional |
Symbol | symbol | Symbol associated with this religion | String | optional |
Holidays | holidays | Holidays for this religion | String | optional |
Demographics | demographics | Demographics of this religion | String | optional |
Notable Worshipers | notable_members | Worshipers of note within this religion | String | optional |
Affiliations | affiliations | Affiliations this religion has | String | optional |