Jump to content

Template:Infobox Species: Difference between revisions

From Echoes from Elsewhere Wiki
No edit summary
No edit summary
Line 4: Line 4:
|-
|-
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |
| colspan="2" style="text-align: center;" | [[File:{{{image|}}}|200px]]
| colspan="2" style="text-align: center;" | [[File:{{{image}}}|200px]]
|-
|-
}}
}}
Line 86: Line 86:


== Usage ==
== Usage ==
Use {{Infobox Species}} with the fields below. Test with minimal fields first if issues persist.
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 style="white-space: pre-wrap;">
<pre style="white-space: pre-wrap;">
{{Infobox Species
{{Infobox Species
| image          = Test.jpg
| image          = Example.jpg
| species_name    = TestSpecies
| species_name    = Klyptarans
| adjective      = Testian
| adjective      = Klyptaran
| classification  = Example
| classification  = Sapient extraterrestrial crustacean-analog
| origin          = Klyptar Prime
| environment    = Tidal pools and hives
| averageheight  = 1.2–1.8 m carapace span
| averageweight  = 80–150 kg
| lifespan        = 80–120 standard years
| reproduction    = Sexual, socially regulated
| soulstatus      = Present
| possessionvuln  = Moderate
| patrondeity    = None
| alignment      = Lawful Neutral
| warrole        = Defensive swarm
| subspecies      = Core • Drift Pod exiles
}}
}}
</pre>
</pre>
All fields are optional.


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

Revision as of 20:35, 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.jpg
| species_name    = Klyptarans
| adjective       = Klyptaran
| classification  = Sapient extraterrestrial crustacean-analog
| origin          = Klyptar Prime
| environment     = Tidal pools and hives
| averageheight   = 1.2–1.8 m carapace span
| averageweight   = 80–150 kg
| lifespan        = 80–120 standard years
| reproduction    = Sexual, socially regulated
| soulstatus      = Present
| possessionvuln  = Moderate
| patrondeity     = None
| alignment       = Lawful Neutral
| warrole         = Defensive swarm
| subspecies      = Core • Drift Pod exiles
}}

All fields are optional.