Template:Infobox Deity: Difference between revisions

From FusionGirl Wiki
Jump to navigationJump to search
(Created page with "{{Infobox | name = <!-- Name of the deity --> | image = <!-- Image filename, if available --> | caption = <!-- Image caption, if applicable --> | pantheon = <!-- Pantheon the deity belongs to --> | domain = <!-- Domains associated with the deity --> | symbol = <!-- Symbol of the deity --> | worshippers = <!-- Types of worshippers --> }}")
 
(Fix Template:Infobox Deity - wrapper around Infobox)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox
<includeonly>{{Infobox
| name = <!-- Name of the deity -->
| title      = {{{name|}}}
| image = <!-- Image filename, if available -->
| image     = {{{image|}}}
| caption = <!-- Image caption, if applicable -->
| caption   = {{{caption|}}}
| pantheon = <!-- Pantheon the deity belongs to -->
| header1    = Deity Profile
| domain = <!-- Domains associated with the deity -->
| label2    = Pantheon
| symbol = <!-- Symbol of the deity -->
| data2      = {{{pantheon|}}}
| worshippers = <!-- Types of worshippers -->
| 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
| name      = Athena
| image      = [[File:Athena.png|250px]]
| pantheon  = Greek
| domain     = Wisdom, War
| symbol     = Owl, Olive tree
| worshipers = Athenians
}}
}}
</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
}}