Difference between revisions of "Template:Infobox creature"

From OtanWiki
Line 9: Line 9:
 
     <th>Subtype</th>
 
     <th>Subtype</th>
 
     <td>{{{subtype}}}</td>
 
     <td>{{{subtype}}}</td>
</tr>}} {{#if:{{{alignment|}}}|<tr>
 
    <th>Alignment</th>
 
    <td>{{{alignment}}}</td>
 
 
</tr>}} {{#if:{{{challenge|}}}|<tr>
 
</tr>}} {{#if:{{{challenge|}}}|<tr>
 
     <th>Challenge</th>
 
     <th>Challenge</th>
Line 84: Line 81:
 
     <th>5e Equivalence</th>
 
     <th>5e Equivalence</th>
 
     <td>{{{5e_equivalence}}}</td>
 
     <td>{{{5e_equivalence}}}</td>
 +
</tr>}} {{#if:{{{alignment|}}}|<tr>
 +
    <th>5e Alignment</th>
 +
    <td>{{{alignment}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>
 
</div>
 
</div>

Revision as of 16:08, 18 July 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        = 
}}