Difference between revisions of "Template:Infobox creature"

From OtanWiki
Line 79: Line 79:
 
     <td>{{{first}}}</td>
 
     <td>{{{first}}}</td>
 
</tr>}} {{#if:{{{based|}}}|<tr>
 
</tr>}} {{#if:{{{based|}}}|<tr>
     <th>Based</th>
+
     <th>Inspired by</th>
 
     <td>{{{based}}}</td>
 
     <td>{{{based}}}</td>
</tr>}} {{#if:{{{historical_references|}}}|<tr>
+
</tr>}} {{#if:{{{5e_equivalence|}}}|<tr>
     <th>Historical References</th>
+
     <th>5e Equivalence</th>
     <td>{{{historical_references}}}</td>
+
     <td>{{{5e_equivalence}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>
Line 119: Line 119:
 
   | first                =  
 
   | first                =  
 
   | based                =  
 
   | based                =  
   | historical_references =  
+
   | 5e_equivalence        =  
 
}}
 
}}
 
</pre>
 
</pre>

Revision as of 10:43, 18 March 2021

Infobox creature

Example usage:

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