Difference between revisions of "Template:Infobox NPC"

From OtanWiki
Line 64: Line 64:
 
     <td>{{{associates}}}</td>
 
     <td>{{{associates}}}</td>
 
</tr>}} {{#if:{{{5e_equivalence|}}}|<tr>
 
</tr>}} {{#if:{{{5e_equivalence|}}}|<tr>
     <th>5e_equivalence</th>
+
     <th>5e Equivalence</th>
 
     <td>{{{5e_equivalence}}}</td>
 
     <td>{{{5e_equivalence}}}</td>
 
</tr>}}</table>
 
</tr>}}</table>

Revision as of 22:40, 18 March 2021

Infobox NPC

Example usage:

{{Infobox NPC
  | title             = 
  | image             = 
  | caption           = 
  | native_name       = 
  | titles            = 
  | honours           = 
  | race              = 
  | nationality       = 
  | archetype         = 
  | alignment         = 
  | religion          = 
  | home              = 
  | born_yr_place     = 
  | died_yr_place     = 
  | other_homes       = 
  | special_abilities = 
  | special_items     = 
  | properties_owned  = 
  | factions          = 
  | spouse            = 
  | parents           = 
  | children          = 
  | associates        = 
  | 5e_equivalence    = 
}}