Template:Infobox Deity: Difference between revisions
From FusionGirl Wiki
Jump to navigationJump to search
(Created page with "{{Infobox | name = <!-- Name of the deity --> | image = <!-- Image filename, if available --> | caption = <!-- Image caption, if applicable --> | pantheon = <!-- Pantheon the deity belongs to --> | domain = <!-- Domains associated with the deity --> | symbol = <!-- Symbol of the deity --> | worshippers = <!-- Types of worshippers --> }}") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{ | <noinclude> | ||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"required": true, | |||
"description": "Name", | |||
"type": "string" | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image", | |||
"type": "url" | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"description": "Caption", | |||
"type": "string" | |||
}, | |||
"pantheon": { | |||
"label": "Pantheon", | |||
"description": "Pantheon", | |||
"type": "string" | |||
}, | |||
"domain": { | |||
"label": "Domain", | |||
"description": "Domain", | |||
"type": "string" | |||
}, | |||
"symbol": { | |||
"label": "Symbol", | |||
"description": "Symbol", | |||
"type": "string" | |||
}, | |||
"worshipers": { | |||
"label": "Worshipers", | |||
"description": "Worshipers", | |||
"type": "string" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"caption", | |||
"pantheon", | |||
"domain", | |||
"symbol", | |||
"worshipers" | |||
], | |||
"description": "Infobox for a type of Deity", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 13:38, 16 February 2024
Infobox for a type of Deity
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Name | String | required |
Image | image | Image | URL | optional |
Caption | caption | Caption | String | optional |
Pantheon | pantheon | Pantheon | String | optional |
Domain | domain | Domain | String | optional |
Symbol | symbol | Symbol | String | optional |
Worshipers | worshipers | Worshipers | String | optional |