Template:Species: Difference between revisions
From ElonWiki
update derived from person template |
No edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
This is a template for describing species in your universe. | This is a template for describing species in your universe. | ||
Line 25: | Line 22: | ||
</noinclude> | </noinclude> | ||
<includeonly> | <includeonly> | ||
<div style="display: flex; flex-wrap: wrap; align-items: flex-start; margin-bottom: 1em;"> | |||
<!-- Left column: Summary and TOC --> | |||
{{#if:{{{image|}}}| | <div style="flex: 1; min-width: 250px; margin-right: 1em;"> | ||
<div> | |||
'''{{{name|{{PAGENAME}}}}}''' | |||
}} | <br> | ||
{{{Cultural_Traits|Summary of cultural traits or description goes here.}}} | |||
</div> | |||
__TOC__ | |||
</div> | |||
<!-- Right column: Infobox --> | |||
<div style="flex: 0; width: 300px; margin-left: auto;"> | |||
<table class="infobox" style="width: 100%; border: 1px solid #aaa; background: #f9f9f9;"> | |||
<tr> | |||
<th colspan="2" style="text-align: center; background-color: #006699; color: white;"> | |||
{{{name|{{PAGENAME}}}}} | |||
</th> | |||
</tr> | |||
{{#if:{{{image|}}}| | |||
<tr> | |||
<td colspan="2" style="text-align: center;"> | |||
[[File:{{{image}}}|250px]] | |||
</td> | |||
</tr> | |||
}} | |||
<tr><th>Scientific Name</th><td>{{{Scientific_Name|}}}</td></tr> | |||
<tr><th>Common Names</th><td>{{{Common_Names|}}}</td></tr> | |||
<tr><th>Class</th><td>{{{Class|}}}</td></tr> | |||
<tr><th>Habitat</th><td>{{{Habitat|}}}</td></tr> | |||
<tr><th>Origin</th><td>{{{Origin|}}}</td></tr> | |||
<tr><th>Average Height</th><td>{{{Average_Height|}}}</td></tr> | |||
<tr><th>Average Weight</th><td>{{{Average_Weight|}}}</td></tr> | |||
<tr><th>Skin Colors</th><td>{{{Skin_Colors|}}}</td></tr> | |||
<tr><th>Eye Colors</th><td>{{{Eye_Colors|}}}</td></tr> | |||
<tr><th>Lifespan</th><td>{{{Lifespan|}}}</td></tr> | |||
<tr><th>Diet</th><td>{{{Diet|}}}</td></tr> | |||
<tr><th>Languages</th><td>{{{Languages|}}}</td></tr> | |||
<tr><th>Tech Level</th><td>{{{Tech_Level|}}}</td></tr> | |||
<tr><th>Cultural Traits</th><td>{{{Cultural_Traits|}}}</td></tr> | |||
<tr><th>Notable Individuals</th><td>{{{Notable_Individuals|}}}</td></tr> | |||
</table> | |||
</div> | |||
</div> | |||
<!-- Content starts here --> | |||
<div> | |||
'''{{PAGENAME}}''' is a species known for their {{{Cultural_Traits|various traits}}}. Its Origin is {{{Origin}}}, and it is typically found in {{{Habitat}}}. | '''{{PAGENAME}}''' is a species known for their {{{Cultural_Traits|various traits}}}. Its Origin is {{{Origin}}}, and it is typically found in {{{Habitat}}}. | ||
</div> | |||
[[Category:Species]] | [[Category:Species]] | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the species.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "An image representing the species.", | |||
"type": "string" | |||
}, | |||
"Scientific_Name": {"type": "string"}, | |||
"Common_Names": {"type": "string"}, | |||
"Class": {"type": "string"}, | |||
"Habitat": {"type": "string"}, | |||
"Origin": {"type": "string"}, | |||
"Average_Height": {"type": "string"}, | |||
"Average_Weight": {"type": "string"}, | |||
"Skin_Colors": {"type": "string"}, | |||
"Eye_Colors": {"type": "string"}, | |||
"Lifespan": {"type": "string"}, | |||
"Diet": {"type": "string"}, | |||
"Languages": {"type": "string"}, | |||
"Tech_Level": {"type": "string"}, | |||
"Cultural_Traits": {"type": "string"}, | |||
"Notable_Individuals": {"type": "string"} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 14:02, 15 January 2025
This is a template for describing species in your universe.
Species
Species |
|
---|---|
Scientific Name | |
Common Names | |
Class | |
Habitat | |
Origin | |
Average Height | |
Average Weight | |
Skin Colors | |
Eye Colors | |
Lifespan | |
Diet | |
Languages | |
Tech Level | |
Cultural Traits | |
Notable Individuals |
Species is a species known for their . Its Origin is , and it is typically found in .
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | The name of the species. | String | required |
Image | image | An image representing the species. | String | optional |
Scientific_Name | Scientific_Name | no description | String | optional |
Common_Names | Common_Names | no description | String | optional |
Class | Class | no description | String | optional |
Habitat | Habitat | no description | String | optional |
Origin | Origin | no description | String | optional |
Average_Height | Average_Height | no description | String | optional |
Average_Weight | Average_Weight | no description | String | optional |
Skin_Colors | Skin_Colors | no description | String | optional |
Eye_Colors | Eye_Colors | no description | String | optional |
Lifespan | Lifespan | no description | String | optional |
Diet | Diet | no description | String | optional |
Languages | Languages | no description | String | optional |
Tech_Level | Tech_Level | no description | String | optional |
Cultural_Traits | Cultural_Traits | no description | String | optional |
Notable_Individuals | Notable_Individuals | no description | String | optional |