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; flex-wrap: wrap; align-items: flex-start; margin-bottom: 1em;">
<div style="display: flex; align-items: flex-start; margin-bottom: 1em;">
     <!-- Left column: Summary and TOC -->
     <!-- Left Column: Summary and TOC -->
     <div style="flex: 1; min-width: 250px; margin-right: 1em;">
     <div style="flex: 1;">
         <div>
         '''{{{Name|{{PAGENAME}}}}}'''
            '''{{{name|{{PAGENAME}}}}}'''
        {{#if:{{{Cultural_Traits|}}}|{{{Cultural_Traits}}}}}
            <br>
            {{{Cultural_Traits|Summary of cultural traits or description goes here.}}}
        </div>
         __TOC__
         __TOC__
     </div>
     </div>


     <!-- Right column: Infobox -->
     <!-- Right Column: Infobox -->
     <div style="flex: 0; width: 300px; margin-left: auto;">
     <div style="flex: 0; margin-left: 1em;">
         <table class="infobox" style="width: 100%; border: 1px solid #aaa; background: #f9f9f9;">
         <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}}}}}
                     {{{Name|{{PAGENAME}}}}}
                 </th>
                 </th>
             </tr>
             </tr>
             {{#if:{{{image|}}}|
             {{#if:{{{Image|}}}|<tr><td colspan="2" style="text-align: center;"><img src="{{{Image}}}" alt="{{{Name|{{PAGENAME}}}}}" style="max-width: 250px;"></td></tr>}}
            <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>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 starts here -->
<!-- Main Content -->
<div>
<div>
'''{{PAGENAME}}''' is a species known for their {{{Cultural_Traits|various traits}}}. Its Origin is {{{Origin}}}, and it is typically found in {{{Habitat}}}.
    '''{{{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": {
    "params": {
"name": {
        "Name": {},
"label": "Name",
        "Image": {},
"description": "The name of the species.",
        "Scientific_Name": {},
"type": "string",
        "Common_Names": {},
"required": true
        "Class": {},
},
        "Habitat": {},
"image": {
        "Origin": {},
"label": "Image",
        "Average_Height": {},
"description": "An image representing the species.",
        "Average_Weight": {},
"type": "string"
        "Skin_Colors": {},
},
        "Eye_Colors": {},
"Scientific_Name": {"type": "string"},
        "Lifespan": {},
"Common_Names": {"type": "string"},
        "Diet": {},
"Class": {"type": "string"},
        "Languages": {},
"Habitat": {"type": "string"},
        "Tech_Level": {},
"Origin": {"type": "string"},
        "Cultural_Traits": {},
"Average_Height": {"type": "string"},
        "Notable_Individuals": {}
"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>
</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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
NameName

no description

Unknownoptional
ImageImage

no description

Unknownoptional
Scientific_NameScientific_Name

no description

Unknownoptional
Common_NamesCommon_Names

no description

Unknownoptional
ClassClass

no description

Unknownoptional
HabitatHabitat

no description

Unknownoptional
OriginOrigin

no description

Unknownoptional
Average_HeightAverage_Height

no description

Unknownoptional
Average_WeightAverage_Weight

no description

Unknownoptional
Skin_ColorsSkin_Colors

no description

Unknownoptional
Eye_ColorsEye_Colors

no description

Unknownoptional
LifespanLifespan

no description

Unknownoptional
DietDiet

no description

Unknownoptional
LanguagesLanguages

no description

Unknownoptional
Tech_LevelTech_Level

no description

Unknownoptional
Cultural_TraitsCultural_Traits

no description

Unknownoptional
Notable_IndividualsNotable_Individuals

no description

Unknownoptional