Template:Infobox Deity: Difference between revisions
From FusionGirl Wiki
Jump to navigationJump to search
No edit summary |
(Fix Template:Infobox Deity — use {{Infobox}} with parameters) |
||
| Line 1: | Line 1: | ||
<noinclude> | {{Infobox | ||
| title = {{{name|}}} | |||
| image = {{{image|}}} | |||
| caption = {{{caption|}}} | |||
| header1 = Deity Profile | |||
| label1 = Pantheon | |||
| data1 = {{{pantheon|}}} | |||
| label2 = Domain | |||
| data2 = {{{domain|}}} | |||
| label3 = Symbol | |||
| data3 = {{{symbol|}}} | |||
| label4 = Worshipers | |||
| data4 = {{{worshipers|}}} | |||
| label5 = Alignment | |||
| data5 = {{{alignment|}}} | |||
| label6 = Home Plane | |||
| data6 = {{{home_plane|}}} | |||
| label7 = Allies | |||
| data7 = {{{allies|}}} | |||
| label8 = Enemies | |||
| data8 = {{{enemies|}}} | |||
| below = {{{below|}}} | |||
}}<noinclude> | |||
{{templatedata: | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"name": {"label": "Name", "required": true, "description": "Deity name", "type": "string"}, | |||
"image": {"label": "Image", "required": false, "description": "Image file or wikitext", "type": "string"}, | |||
"caption": {"label": "Caption", "required": false, "description": "Image caption", "type": "string"}, | |||
"pantheon": {"label": "Pantheon", "required": false, "description": "Pantheon / tradition", "type": "string"}, | |||
"domain": {"label": "Domain", "required": false, "description": "Domain of influence", "type": "string"}, | |||
"symbol": {"label": "Symbol", "required": false, "description": "Sacred symbol", "type": "string"}, | |||
"worshipers": {"label": "Worshipers", "required": false, "description": "Primary worshiper groups", "type": "string"}, | |||
"alignment": {"label": "Alignment", "required": false, "description": "Moral alignment", "type": "string"}, | |||
"home_plane": {"label": "Home Plane", "required": false, "description": "Plane of existence", "type": "string"}, | |||
"allies": {"label": "Allies", "required": false, "description": "Allied deities", "type": "string"}, | |||
"enemies": {"label": "Enemies", "required": false, "description": "Opposing deities", "type": "string"}, | |||
"below": {"label": "Below", "required": false, "description": "Footer content", "type": "string"} | |||
}, | |||
"paramOrder": ["name","image","caption","pantheon","domain","symbol","worshipers","alignment","home_plane","allies","enemies","below"], | |||
"description": "Infobox for deity pages" | |||
} | } | ||
</templatedata> | </templatedata> | ||
}} | |||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> | ||
Revision as of 17:48, 13 March 2026
| Infobox Deity | |
|---|---|
| Deity Profile |
{{templatedata:
Infobox for deity pages
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Deity name | String | required |
| Image | image | Image file or wikitext | String | optional |
| Caption | caption | Image caption | String | optional |
| Pantheon | pantheon | Pantheon / tradition | String | optional |
| Domain | domain | Domain of influence | String | optional |
| Symbol | symbol | Sacred symbol | String | optional |
| Worshipers | worshipers | Primary worshiper groups | String | optional |
| Alignment | alignment | Moral alignment | String | optional |
| Home Plane | home_plane | Plane of existence | String | optional |
| Allies | allies | Allied deities | String | optional |
| Enemies | enemies | Opposing deities | String | optional |
| Below | below | Footer content | String | optional |
}}