Difference between revisions of "Template:Infobox PC"

From OtanWiki
Line 5: Line 5:
 
     <th>&nbsp;</th>
 
     <th>&nbsp;</th>
 
     <td>{{{caption}}}</td>
 
     <td>{{{caption}}}</td>
 +
</tr>}} {{#if:{{{campaign|}}}|<tr>
 +
    <th>Campaign</th>
 +
    <td>{{{campaign}}}</td>
 
</tr>}} {{#if:{{{player_name|}}}|<tr>
 
</tr>}} {{#if:{{{player_name|}}}|<tr>
 
     <th>Player Name</th>
 
     <th>Player Name</th>
Line 75: Line 78:
 
   | caption          =  
 
   | caption          =  
 
   | player_name      =  
 
   | player_name      =  
 +
  | campaign          =
 
   | titles            =  
 
   | titles            =  
 
   | honours          =  
 
   | honours          =  

Revision as of 13:28, 18 February 2021

Infobox PC

Example usage:

{{Infobox PC
  | title             = 
  | image             = 
  | caption           = 
  | player_name       = 
  | campaign          = 
  | titles            = 
  | honours           = 
  | race              = 
  | nationality       = 
  | class_lvl         = 
  | alignment         = 
  | religion          = 
  | home              = 
  | born_yr_place     = 
  | died_yr_place     = 
  | other_homes       = 
  | special_abilities = 
  | special_items     = 
  | properties_owned  = 
  | factions          = 
  | spouse            = 
  | parents           = 
  | children          = 
  | associates        = 
}}