Template:Infobox Deity: Difference between revisions

From FusionGirl Wiki
Jump to navigationJump to search
No edit summary
(Fix Template:Infobox Deity - wrapper around Infobox)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Infobox
| title      = {{{name|}}}
| image      = {{{image|}}}
| caption    = {{{caption|}}}
| header1    = Deity Profile
| label2    = Pantheon
| data2      = {{{pantheon|}}}
| label3    = Domain
| data3      = {{{domain|}}}
| label4    = Symbol
| data4      = {{{symbol|}}}
| label5    = Worshipers
| data5      = {{{worshipers|}}}
| label6    = Alignment
| data6      = {{{alignment|}}}
| label7    = Home Plane
| data7      = {{{home_plane|}}}
| label8    = Allies
| data8      = {{{allies|}}}
| label9    = Enemies
| data9      = {{{enemies|}}}
| below      = {{{below|}}}
}}</includeonly><noinclude>
== Infobox Deity ==
Wrapper around <nowiki>{{Infobox}}</nowiki> for deity pages.
=== Usage ===
<pre>
{{Infobox Deity
{{Infobox Deity
| name = <!-- Name of the deity -->
| name       = Athena
| image = <!-- Image filename, if available -->
| image     = [[File:Athena.png|250px]]
| caption = <!-- Image caption, if applicable -->
| pantheon   = Greek
| pantheon = <!-- Pantheon the deity belongs to -->
| domain     = Wisdom, War
| domain = <!-- Domains associated with the deity -->
| symbol     = Owl, Olive tree
| symbol = <!-- Symbol of the deity -->
| worshipers = Athenians
| worshippers = <!-- Types of worshippers -->
}}
}}
</pre>
[[Category:Infobox templates]]
</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
}}