Difference between revisions of "Template:Infobox NPC"

From OtanWiki
Line 18: Line 18:
 
     <th>Nationality</th>
 
     <th>Nationality</th>
 
     <td>{{{nationality}}}</td>
 
     <td>{{{nationality}}}</td>
 +
</tr>}} {{#if:{{{languages|}}}|<tr>
 +
    <th>Languages</th>
 +
    <td>{{{languages}}}</td>
 
</tr>}} {{#if:{{{archetype|}}}|<tr>
 
</tr>}} {{#if:{{{archetype|}}}|<tr>
 
     <th>Archetype</th>
 
     <th>Archetype</th>
Line 82: Line 85:
 
   | honours          =  
 
   | honours          =  
 
   | race              =  
 
   | race              =  
 +
  | languages        =
 
   | nationality      =  
 
   | nationality      =  
 
   | archetype        =  
 
   | archetype        =  

Revision as of 15:56, 8 June 2021

Infobox NPC

Example usage:

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