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