Template:Species: Difference between revisions
From ElonWiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<div style="display: flex | <div style="display: flex; align-items: flex-start; margin-bottom: 1em;"> | ||
<!-- Left | <!-- Left Column: Summary and TOC --> | ||
<div style="flex: 1 | <div style="flex: 1;"> | ||
'''{{{Name|{{PAGENAME}}}}}''' | |||
{{#if:{{{Cultural_Traits|}}}|{{{Cultural_Traits}}}}} | |||
__TOC__ | __TOC__ | ||
</div> | </div> | ||
<!-- Right | <!-- Right Column: Infobox --> | ||
<div style="flex: 0 | <div style="flex: 0; margin-left: 1em;"> | ||
<table class="infobox" style="width: | <table class="infobox" style="width: 300px; border: 1px solid #aaa; background: #f9f9f9;"> | ||
<tr> | <tr> | ||
<th colspan="2" style="text-align: center; background-color: #006699; color: white;"> | <th colspan="2" style="text-align: center; background-color: #006699; color: white;"> | ||
{{{ | {{{Name|{{PAGENAME}}}}} | ||
</th> | </th> | ||
</tr> | </tr> | ||
{{#if:{{{ | {{#if:{{{Image|}}}|<tr><td colspan="2" style="text-align: center;"><img src="{{{Image}}}" alt="{{{Name|{{PAGENAME}}}}}" style="max-width: 250px;"></td></tr>}} | ||
<tr><th>Scientific Name</th><td>{{{Scientific_Name|}}}</td></tr> | <tr><th>Scientific Name</th><td>{{{Scientific_Name|}}}</td></tr> | ||
<tr><th>Common Names</th><td>{{{Common_Names|}}}</td></tr> | <tr><th>Common Names</th><td>{{{Common_Names|}}}</td></tr> | ||
Line 67: | Line 58: | ||
</div> | </div> | ||
<!-- Content | <!-- Main Content --> | ||
<div> | <div> | ||
'''{{PAGENAME}}''' is a species known for their {{{Cultural_Traits|various traits}}}. Its | '''{{{Name|{{PAGENAME}}}}}''' is a species known for their {{{Cultural_Traits|various traits}}}. Its origin is {{{Origin}}}, and it is typically found in {{{Habitat}}}. | ||
</div> | </div> | ||
[[Category:Species]] | [[Category:Species]] | ||
</includeonly> | </includeonly> | ||
Line 77: | Line 67: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | |||
"Name": {}, | |||
"Image": {}, | |||
"Scientific_Name": {}, | |||
"Common_Names": {}, | |||
"Class": {}, | |||
"Habitat": {}, | |||
"Origin": {}, | |||
"Average_Height": {}, | |||
"Average_Weight": {}, | |||
"Skin_Colors": {}, | |||
"Eye_Colors": {}, | |||
"Lifespan": {}, | |||
"Diet": {}, | |||
"Languages": {}, | |||
"Tech_Level": {}, | |||
"Cultural_Traits": {}, | |||
"Notable_Individuals": {} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 14:03, 15 January 2025
This is a template for describing species in your universe.
'
Scientific Name | |
---|---|
Common Names | |
Class | |
Habitat | |
Origin | |
Average Height | |
Average Weight | |
Skin Colors | |
Eye Colors | |
Lifespan | |
Diet | |
Languages | |
Tech Level | |
Cultural Traits | |
Notable Individuals |
' is a species known for their . Its origin is , and it is typically found in .
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | Name | no description | Unknown | optional |
Image | Image | no description | Unknown | optional |
Scientific_Name | Scientific_Name | no description | Unknown | optional |
Common_Names | Common_Names | no description | Unknown | optional |
Class | Class | no description | Unknown | optional |
Habitat | Habitat | no description | Unknown | optional |
Origin | Origin | no description | Unknown | optional |
Average_Height | Average_Height | no description | Unknown | optional |
Average_Weight | Average_Weight | no description | Unknown | optional |
Skin_Colors | Skin_Colors | no description | Unknown | optional |
Eye_Colors | Eye_Colors | no description | Unknown | optional |
Lifespan | Lifespan | no description | Unknown | optional |
Diet | Diet | no description | Unknown | optional |
Languages | Languages | no description | Unknown | optional |
Tech_Level | Tech_Level | no description | Unknown | optional |
Cultural_Traits | Cultural_Traits | no description | Unknown | optional |
Notable_Individuals | Notable_Individuals | no description | Unknown | optional |