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": {
    "params": {
"name": {
        "name":       {"label": "Name",       "required": true, "description": "Deity name",             "type": "string"},
"label": "Name",
        "image":     {"label": "Image",     "required": false, "description": "Image file or wikitext", "type": "string"},
"required": true,
        "caption":   {"label": "Caption",   "required": false, "description": "Image caption",           "type": "string"},
"description": "Name",
        "pantheon":   {"label": "Pantheon",   "required": false, "description": "Pantheon / tradition",     "type": "string"},
"type": "string"
        "domain":     {"label": "Domain",     "required": false, "description": "Domain of influence",     "type": "string"},
},
        "symbol":     {"label": "Symbol",    "required": false, "description": "Sacred symbol",            "type": "string"},
"image": {
        "worshipers": {"label": "Worshipers", "required": false, "description": "Primary worshiper groups", "type": "string"},
"label": "Image",
        "alignment":  {"label": "Alignment",  "required": false, "description": "Moral alignment",          "type": "string"},
"description": "Image",
        "home_plane": {"label": "Home Plane", "required": false, "description": "Plane of existence",      "type": "string"},
"type": "url"
        "allies":     {"label": "Allies",    "required": false, "description": "Allied deities",          "type": "string"},
},
        "enemies":    {"label": "Enemies",    "required": false, "description": "Opposing deities",        "type": "string"},
"caption": {
        "below":      {"label": "Below",      "required": false, "description": "Footer content",           "type": "string"}
"label": "Caption",
    },
"description": "Caption",
    "paramOrder": ["name","image","caption","pantheon","domain","symbol","worshipers","alignment","home_plane","allies","enemies","below"],
"type": "string"
    "description": "Infobox for deity pages"
},
"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>
</templatedata>
}}
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 17:48, 13 March 2026

Infobox Deity
Deity Profile

{{templatedata:

Infobox for deity pages

Template parameters

ParameterDescriptionTypeStatus
Namename

Deity name

Stringrequired
Imageimage

Image file or wikitext

Stringoptional
Captioncaption

Image caption

Stringoptional
Pantheonpantheon

Pantheon / tradition

Stringoptional
Domaindomain

Domain of influence

Stringoptional
Symbolsymbol

Sacred symbol

Stringoptional
Worshipersworshipers

Primary worshiper groups

Stringoptional
Alignmentalignment

Moral alignment

Stringoptional
Home Planehome_plane

Plane of existence

Stringoptional
Alliesallies

Allied deities

Stringoptional
Enemiesenemies

Opposing deities

Stringoptional
Belowbelow

Footer content

Stringoptional

}}