Template:Infobox Deity: Difference between revisions

From FusionGirl Wiki
Jump to navigationJump to search
No edit summary
(Fix Template:Infobox Deity - wrapper around Infobox)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<includeonly>{{Infobox
<templatedata>
| title      = {{{name|}}}
{
| image     = {{{image|}}}
"params": {
| caption   = {{{caption|}}}
"name": {
| header1    = Deity Profile
"label": "Name",
| label2    = Pantheon
"required": true,
| data2      = {{{pantheon|}}}
"description": "Name",
| label3    = Domain
"type": "string"
| data3      = {{{domain|}}}
},
| label4    = Symbol
"image": {
| data4      = {{{symbol|}}}
"label": "Image",
| label5    = Worshipers
"description": "Image",
| data5      = {{{worshipers|}}}
"type": "url"
| label6    = Alignment
},
| data6      = {{{alignment|}}}
"caption": {
| label7    = Home Plane
"label": "Caption",
| data7      = {{{home_plane|}}}
"description": "Caption",
| label8    = Allies
"type": "string"
| data8      = {{{allies|}}}
},
| label9    = Enemies
"pantheon": {
| data9      = {{{enemies|}}}
"label": "Pantheon",
| below      = {{{below|}}}
"description": "Pantheon",
}}</includeonly><noinclude>
"type": "string"
== Infobox Deity ==
},
Wrapper around <nowiki>{{Infobox}}</nowiki> for deity pages.
"domain": {
 
"label": "Domain",
=== Usage ===
"description": "Domain",
<pre>
"type": "string"
{{Infobox Deity
},
| name       = Athena
"symbol": {
| image     = [[File:Athena.png|250px]]
"label": "Symbol",
| pantheon   = Greek
"description": "Symbol",
| domain     = Wisdom, War
"type": "string"
| symbol     = Owl, Olive tree
},
| worshipers = Athenians
"worshipers": {
}}
"label": "Worshipers",
</pre>
"description": "Worshipers",
 
"type": "string"
[[Category:Infobox templates]]
}
},
"paramOrder": [
"name",
"image",
"caption",
"pantheon",
"domain",
"symbol",
"worshipers"
]
}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 17:52, 13 March 2026

Infobox Deity

Wrapper around {{Infobox}} for deity pages.

Usage

{{Infobox Deity
| name       = Athena
| image      = [[File:Athena.png|250px]]
| pantheon   = Greek
| domain     = Wisdom, War
| symbol     = Owl, Olive tree
| worshipers = Athenians
}}