Jump to content

Template:Infobox Species: Difference between revisions

From Echoes from Elsewhere Wiki
No edit summary
No edit summary
Line 3: Line 3:
! colspan="2" style="background-color: #ddd; text-align: center;" | Species Info
! colspan="2" style="background-color: #ddd; text-align: center;" | Species Info
|-
|-
{{#if: {{{image|}}} |
{{#if: {{{image|}}} |  
| colspan="2" style="text-align: center;" | [[File:{{{image}}}|200px]]
| colspan="2" style="text-align: center;" | [[File:{{{image}}}|200px]]
|-
|-
}}
}}
{{#if: {{{species_name|}}} |
{{#if: {{{species_name|}}} |  
! Species Name
! Species Name
| {{{species_name}}}
| {{{species_name}}}
|-
|-
}}
}}
{{#if: {{{adjective|}}} |
{{#if: {{{adjective|}}} |  
! Adjective / Demonym
! Adjective / Demonym
| {{{adjective}}}
| {{{adjective}}}
|-
|-
}}
}}
{{#if: {{{classification|}}} |
{{#if: {{{classification|}}} |  
! Classification
! Classification
| {{{classification}}}
| {{{classification}}}
|-
|-
}}
}}
{{#if: {{{origin|}}} |
{{#if: {{{origin|}}} |  
! Origin
! Origin
| {{{origin}}}
| {{{origin}}}
|-
|-
}}
}}
{{#if: {{{environment|}}} |
{{#if: {{{environment|}}} |  
! Primary Environment
! Primary Environment
| {{{environment}}}
| {{{environment}}}
|-
|-
}}
}}
{{#if: {{{averageheight|}}} |
{{#if: {{{averageheight|}}} |  
! Average Height
! Average Height
| {{{averageheight}}}
| {{{averageheight}}}
|-
|-
}}
}}
{{#if: {{{averageweight|}}} |
{{#if: {{{averageweight|}}} |  
! Average Weight
! Average Weight
| {{{averageweight}}}
| {{{averageweight}}}
|-
|-
}}
}}
{{#if: {{{lifespan|}}} |
{{#if: {{{lifespan|}}} |  
! Lifespan
! Lifespan
| {{{lifespan}}}
| {{{lifespan}}}
|-
|-
}}
}}
{{#if: {{{reproduction|}}} |
{{#if: {{{reproduction|}}} |  
! Reproduction
! Reproduction
| {{{reproduction}}}
| {{{reproduction}}}
|-
|-
}}
}}
{{#if: {{{soulstatus|}}} |
{{#if: {{{soulstatus|}}} |  
! Soul Status
! Soul Status
| {{{soulstatus}}}
| {{{soulstatus}}}
|-
|-
}}
}}
{{#if: {{{possessionvuln|}}} |
{{#if: {{{possessionvuln|}}} |  
! Possession Vulnerability
! Possession Vulnerability
| {{{possessionvuln}}}
| {{{possessionvuln}}}
|-
|-
}}
}}
{{#if: {{{patrondeity|}}} |
{{#if: {{{patrondeity|}}} |  
! Patron Deity
! Patron Deity
| {{{patrondeity}}}
| {{{patrondeity}}}
|-
|-
}}
}}
{{#if: {{{alignment|}}} |
{{#if: {{{alignment|}}} |  
! Typical Alignment / Behavior
! Typical Alignment / Behavior
| {{{alignment}}}
| {{{alignment}}}
|-
|-
}}
}}
{{#if: {{{warrole|}}} |
{{#if: {{{warrole|}}} |  
! Role in the War
! Role in the War
| {{{warrole}}}
| {{{warrole}}}
|-
|-
}}
}}
{{#if: {{{subspecies|}}} |
{{#if: {{{subspecies|}}} |  
! Subspecies / Variants
! Subspecies / Variants
| {{{subspecies}}}
| {{{subspecies}}}
Line 86: Line 86:


== 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 this into a species page (fill only what you need):


<pre style="white-space: pre-wrap;">
<pre>
{{Infobox Species
{{Infobox Species
| image          = Example.jpg
| image          = filename.jpg
| species_name    = Klyptarans
| species_name    = Klyptarans
| adjective      = Klyptaran
| adjective      = Klyptaran
Line 96: Line 96:
| origin          = Klyptar Prime
| origin          = Klyptar Prime
| environment    = Tidal pools and hives
| environment    = Tidal pools and hives
| averageheight  = 1.2–1.8 m carapace span
| averageheight  = 1.2–1.8 m
| averageweight  = 80–150 kg
| averageweight  = 80–150 kg
| lifespan        = 80–120 standard years
| lifespan        = 80–120 years
| reproduction    = Sexual, socially regulated
| reproduction    = Sexual, regulated
| soulstatus      = Present
| soulstatus      = Present
| possessionvuln  = Moderate
| possessionvuln  = Moderate
Line 105: Line 105:
| alignment      = Lawful Neutral
| alignment      = Lawful Neutral
| warrole        = Defensive swarm
| warrole        = Defensive swarm
| subspecies      = Core Drift Pod exiles
| subspecies      = Core; Drift Pod exiles
}}
}}
</pre>
</pre>


All fields are optional.
Unused fields are hidden automatically.


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

Revision as of 20:38, 20 February 2026


Usage

Copy and paste this into a species page (fill only what you need):

{{Infobox Species
| image           = filename.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
| averageweight   = 80–150 kg
| lifespan        = 80–120 years
| reproduction    = Sexual, regulated
| soulstatus      = Present
| possessionvuln  = Moderate
| patrondeity     = None
| alignment       = Lawful Neutral
| warrole         = Defensive swarm
| subspecies      = Core; Drift Pod exiles
}}

Unused fields are hidden automatically.