Template:Infobox Deity: Difference between revisions
From FusionGirl Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
"name": { | "name": { | ||
"label": "Name", | "label": "Name", | ||
"required": true | "required": true, | ||
"description": "Name", | |||
"type": "string" | |||
}, | }, | ||
"image": { | "image": { | ||
"label": "Image" | "label": "Image", | ||
"description": "Image", | |||
"type": "url" | |||
}, | }, | ||
"caption": { | "caption": { | ||
"label": "Caption" | "label": "Caption", | ||
"description": "Caption", | |||
"type": "string" | |||
}, | }, | ||
"pantheon": { | "pantheon": { | ||
"label": "Pantheon" | "label": "Pantheon", | ||
"description": "Pantheon", | |||
"type": "string" | |||
}, | }, | ||
"domain": { | "domain": { | ||
"label": "Domain" | "label": "Domain", | ||
"description": "Domain", | |||
"type": "string" | |||
}, | }, | ||
"symbol": { | "symbol": { | ||
"label": "Symbol" | "label": "Symbol", | ||
"description": "Symbol", | |||
"type": "string" | |||
}, | }, | ||
" | "worshipers": { | ||
"label": " | "label": "Worshipers", | ||
"description": "Worshipers", | |||
"type": "string" | |||
} | } | ||
} | }, | ||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"caption", | |||
"pantheon", | |||
"domain", | |||
"symbol", | |||
"worshipers" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Revision as of 13:36, 16 February 2024
No description.
| 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 |