Jump to content

Template:Infobox Species: Difference between revisions

From Echoes from Elsewhere Wiki
Created page with "{| class="infobox" style="width: 22em; border: 1px solid #aaa; background-color: #f9f9f9; float: right; margin-right: 2em; margin-left: 1em;" ! colspan="2" style="background-color: #ddd; text-align: center;" | Species Info |- {{#if: {{{image|}}} | | colspan="2" style="text-align: center;" | [[File:{{{image}}}|200px]] |- }} {{#if: {{{classification|}}} | ! Classification | {{{classification}}} |- }} {{#if: {{{origin|}}} | ! Origin | {{{origin}}} |- }} {{#if: {{{environmen..."
 
No edit summary
Line 1: Line 1:
<includeonly>
{| class="infobox" style="width: 22em; border: 1px solid #aaa; background-color: #f9f9f9; float: right; margin-right: 2em; margin-left: 1em;"
{| class="infobox" style="width: 22em; border: 1px solid #aaa; background-color: #f9f9f9; float: right; margin-right: 2em; margin-left: 1em;"
! colspan="2" style="background-color: #ddd; text-align: center;" | Species Info
! colspan="2" style="background-color: #ddd; text-align: center;" | Species Info
Line 72: Line 73:
}}
}}
|}
|}
</includeonly><noinclude>


<noinclude>
== Usage ==
== Usage ==
Copy and paste the following code at the top of a species page and fill in the desired fields. Unused fields will not appear.
Copy and paste the following code at the top of a species page and fill in the desired fields. Unused fields will not appear.


<pre>
<pre style="white-space: pre-wrap;">
{{Infobox species
{{Infobox species
| image         = Example_felarim.jpg
| image           = Example_felarim.jpg
| classification = Mammalian humanoid (Felinoid)
| classification = Mammalian humanoid (Felinoid)
| origin         = Savanna-worlds and jungle-mountain borderlands
| origin         = Savanna-worlds and jungle-mountain borderlands
| environment   = Plains, jungles, volcanic regions
| environment     = Plains, jungles, volcanic regions
| averageheight = 1.8–2.4 m
| averageheight   = 1.8–2.4 m
| averageweight = 90–180 kg
| averageweight   = 90–180 kg
| lifespan       = 80–120 years
| lifespan       = 80–120 years
| reproduction   = Live birth, litters of 1–4 cubs
| reproduction   = Live birth, litters of 1–4 cubs
| soulstatus     = Soulless (at creation)
| soulstatus     = Soulless (at creation)
| possessionvuln = High
| possessionvuln = High
| patrondeity   = [[Kragor the Unyielding]]
| patrondeity     = [[Kragor the Unyielding]]
| alignment     = Pack-loyal, territorial, honor-bound
| alignment       = Pack-loyal, territorial, honor-bound
| warrole       = Active defenders; first natives with ascended god
| warrole         = Active defenders; first natives with ascended god
| subspecies     = Leonin • Panthryne • Tigrath • Cheyath
| subspecies     = Leonin • Panthryne • Tigrath • Cheyath
}}
}}
</pre>
</pre>


All fields are optional except that at least some should be filled for the infobox to be useful.
All fields are optional, but at least some should be filled for the infobox to be useful.


[[Category:Templates]]
[[Category:Templates]]
[[Category:Infobox templates]]
[[Category:Infobox templates]]
</noinclude>
</noinclude>

Revision as of 19:54, 20 February 2026


Usage

Copy and paste the following code at the top of a species page and fill in the desired fields. Unused fields will not appear.

{{Infobox species
| image           = Example_felarim.jpg
| classification  = Mammalian humanoid (Felinoid)
| origin          = Savanna-worlds and jungle-mountain borderlands
| environment     = Plains, jungles, volcanic regions
| averageheight   = 1.8–2.4 m
| averageweight   = 90–180 kg
| lifespan        = 80–120 years
| reproduction    = Live birth, litters of 1–4 cubs
| soulstatus      = Soulless (at creation)
| possessionvuln  = High
| patrondeity     = [[Kragor the Unyielding]]
| alignment       = Pack-loyal, territorial, honor-bound
| warrole         = Active defenders; first natives with ascended god
| subspecies      = Leonin • Panthryne • Tigrath • Cheyath
}}

All fields are optional, but at least some should be filled for the infobox to be useful.