Difference between revisions of "Template:Infobox race"

From OtanWiki
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
     <td>{{{race}}}</td>
 
     <td>{{{race}}}</td>
 
</tr>}} {{#if:{{{subraces|}}}|<tr>
 
</tr>}} {{#if:{{{subraces|}}}|<tr>
     <th>Sub-Races</th>
+
     <th>Subraces</th>
 
     <td>{{{subraces}}}</td>
 
     <td>{{{subraces}}}</td>
 
</tr>}} {{#if:{{{variants|}}}|<tr>
 
</tr>}} {{#if:{{{variants|}}}|<tr>
Line 33: Line 33:
 
     <th>Language</th>
 
     <th>Language</th>
 
     <td>{{{language}}}</td>
 
     <td>{{{language}}}</td>
</tr>}} {{#if:{{{subraces|}}}|<tr>
 
    <th>Subraces</th>
 
    <td>{{{subraces}}}</td>
 
 
</tr>}} {{#if:{{{climate|}}}|<tr>
 
</tr>}} {{#if:{{{climate|}}}|<tr>
 
     <th>Climate</th>
 
     <th>Climate</th>
Line 89: Line 86:
 
Example usage:
 
Example usage:
 
<pre>
 
<pre>
{{Infobox creature
+
{{Infobox race
 
   | title                =  
 
   | title                =  
 
   | image                =  
 
   | image                =  
Line 95: Line 92:
 
   | race                  =  
 
   | race                  =  
 
   | subraces              =  
 
   | subraces              =  
   | vaariants             =  
+
   | variants             =  
 
   | patron_deity          =  
 
   | patron_deity          =  
 
   | vision                =  
 
   | vision                =  
Line 103: Line 100:
 
   | location              =  
 
   | location              =  
 
   | language              =  
 
   | language              =  
  | subraces              =
 
 
   | climate              =  
 
   | climate              =  
 
   | terrain              =  
 
   | terrain              =  

Latest revision as of 20:32, 7 August 2021

Infobox race

Example usage:

{{Infobox race
  | title                 = 
  | image                 = 
  | caption               = 
  | race                  = 
  | subraces              = 
  | variants             = 
  | patron_deity          = 
  | vision                = 
  | active_cycle          = 
  | diet                  = 
  | lifespan              = 
  | location              = 
  | language              = 
  | climate               = 
  | terrain               = 
  | height                = 
  | length                = 
  | wingspan              = 
  | weight                = 
  | skin_color            = 
  | hair_color            = 
  | feathers              = 
  | eye_color             = 
  | build                 = 
  | distinctions          = 
  | first                 = 
  | based                 = 
  | 5e_equivalence        = 
  | alignment             = 
}}