Template:Infobox Species: Difference between revisions

From PRIME Universe Wiki
Jump to navigation Jump to search
Created page with "<includeonly> <table class="infobox" style="float:right; width:22em; font-size:90%; text-align:left; border:1px solid #444; background:#222; padding:0.3em; color:#eee; margin-top:0;"> <tr> <th colspan="2" style="text-align:center; font-size:125%; background:#000; color:#fff; padding:0.4em;"> {{{name|Unknown Species}}} </th> </tr> <tr> <td colspan="2" style="text-align:center; background:#333; padding:0.5em;"> File:{{{image|No_image_availa..."
 
No edit summary
 
Line 60: Line 60:


<templatedata>
<templatedata>
{
 
   "description": "Dark-themed infobox for biological or fictional species.",
   "description": "Dark-themed infobox for biological or fictional species.",
   "params": {
   "params": {
Line 83: Line 83:
     "notes":{"label":"Notes","type":"string"}
     "notes":{"label":"Notes","type":"string"}
   }
   }
}
 
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 09:48, 12 February 2026


This template creates a dark-themed infobox for biological or fictional species.

Usage example:

{{Infobox Species
 | name            = Virexians
 | image           = Virexian.png
 | scientific_name = Virexia sapiens
 | classification  = Reptilian Humanoid
 | homeworld       = Virexia Prime
 | habitat         = Volcanic regions
 | diet            = Carnivorous
 | lifespan        = 180 years
 | height          = 2.1 meters
 | weight          = 140 kg
 | skin            = Hardened scales
 | eyes            = Yellow
 | intelligence    = High
 | tech_level      = Interstellar
 | society         = Clan-based hierarchy
 | status          = Thriving
 | notes           = Known for extreme heat resistance
}}

<templatedata>

 "description": "Dark-themed infobox for biological or fictional species.",
 "params": {
   "name":{"label":"Name","type":"string","required":true},
   "image":{"label":"Image","type":"string"},
   "image_size":{"label":"Image size","type":"string"},
   "caption":{"label":"Caption","type":"string"},
   "scientific_name":{"label":"Scientific name","type":"string"},
   "classification":{"label":"Classification","type":"string"},
   "homeworld":{"label":"Homeworld","type":"string"},
   "habitat":{"label":"Habitat","type":"string"},
   "diet":{"label":"Diet","type":"string"},
   "lifespan":{"label":"Lifespan","type":"string"},
   "height":{"label":"Average height","type":"string"},
   "weight":{"label":"Average weight","type":"string"},
   "skin":{"label":"Skin / Fur / Scales","type":"string"},
   "eyes":{"label":"Eye color","type":"string"},
   "intelligence":{"label":"Intelligence","type":"string"},
   "tech_level":{"label":"Technology level","type":"string"},
   "society":{"label":"Societal structure","type":"string"},
   "status":{"label":"Conservation status","type":"string"},
   "notes":{"label":"Notes","type":"string"}
 }

</templatedata>