Difference between revisions of "Template:Infobox creature"

From OtanWiki
(Created page with "<div class="infobox" style="background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px;" > <div class="infobox-title" style="font-...")
 
Line 18: Line 18:
 
     <td>{{{challenge}}}</td>
 
     <td>{{{challenge}}}</td>
 
</tr>}} {{#if:{{{patron_deity|}}}|<tr>
 
</tr>}} {{#if:{{{patron_deity|}}}|<tr>
     <th>patron_deity</th>
+
     <th>Patron Deity</th>
     <td>{{{Patron Deity}}}</td>
+
     <td>{{{patron_deity}}}</td>
 
</tr>}} {{#if:{{{vision|}}}|<tr>
 
</tr>}} {{#if:{{{vision|}}}|<tr>
 
     <th>Vision</th>
 
     <th>Vision</th>

Revision as of 16:28, 17 February 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                 = 
  | historical_references = 
}}