Difference between revisions of "Template:Infobox creature"

From OtanWiki
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
     <th>Subtype</th>
 
     <th>Subtype</th>
 
     <td>{{{subtype}}}</td>
 
     <td>{{{subtype}}}</td>
</tr>}} {{#if:{{{alignment|}}}|<tr>
+
</tr>}} {{#if:{{{strain|}}}|<tr>
     <th>Alignment</th>
+
     <th>Strain</th>
     <td>{{{alignment}}}</td>
+
     <td>{{{strain}}}</td>
 +
</tr>}} {{#if:{{{substrain|}}}|<tr>
 +
    <th>Substrain</th>
 +
    <td>{{{substrain}}}</td>
 
</tr>}} {{#if:{{{challenge|}}}|<tr>
 
</tr>}} {{#if:{{{challenge|}}}|<tr>
 
     <th>Challenge</th>
 
     <th>Challenge</th>
Line 75: Line 78:
 
     <th>Distinctions</th>
 
     <th>Distinctions</th>
 
     <td>{{{distinctions}}}</td>
 
     <td>{{{distinctions}}}</td>
</tr>}} {{#if:{{{first|}}}|<tr>
 
    <th>First</th>
 
    <td>{{{first}}}</td>
 
</tr>}} {{#if:{{{based|}}}|<tr>
 
    <th>Based</th>
 
    <td>{{{based}}}</td>
 
</tr>}} {{#if:{{{historical_references|}}}|<tr>
 
    <th>Historical References</th>
 
    <td>{{{historical_references}}}</td>
 
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>
Line 95: Line 89:
 
   | type                  =  
 
   | type                  =  
 
   | subtype              =  
 
   | subtype              =  
 +
  | strain                = 
 +
  | substrains            = 
 
   | alignment            =  
 
   | alignment            =  
 
   | challenge            =  
 
   | challenge            =  
Line 103: Line 99:
 
   | lifespan              =  
 
   | lifespan              =  
 
   | location              =  
 
   | location              =  
   | language              =  
+
   | languages            =  
 
   | subraces              =  
 
   | subraces              =  
 
   | climate              =  
 
   | climate              =  
Line 117: Line 113:
 
   | build                =  
 
   | build                =  
 
   | distinctions          =  
 
   | distinctions          =  
  | first                =
 
  | based                =
 
  | historical_references =
 
 
}}
 
}}
 
</pre>
 
</pre>

Latest revision as of 20:53, 14 May 2023

Infobox creature

Example usage:

{{Infobox creature
  | title                 = 
  | image                 = 
  | caption               = 
  | type                  = 
  | subtype               = 
  | strain                =  
  | substrains            =  
  | alignment             = 
  | challenge             = 
  | patron_deity          = 
  | vision                = 
  | active_cycle          = 
  | diet                  = 
  | lifespan              = 
  | location              = 
  | languages             = 
  | subraces              = 
  | climate               = 
  | terrain               = 
  | height                = 
  | length                = 
  | wingspan              = 
  | weight                = 
  | skin_color            = 
  | hair_color            = 
  | feathers              = 
  | eye_color             = 
  | build                 = 
  | distinctions          = 
}}