Difference between revisions of "Template:Infobox PC"

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 1: Line 1:
<div class="infobox" style="background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px;" >
+
<div class="infobox" >
 
<div class="infobox-title" style="font-size: 2em; text-align: center;">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 
<div class="infobox-title" style="font-size: 2em; text-align: center;">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
 
<div class="infobox-image" style="text-align: center;">[[File:{{{image}}}|300px]]</div>}}
 
<div class="infobox-image" style="text-align: center;">[[File:{{{image}}}|300px]]</div>}}
Line 70: Line 70:
 
Example usage:
 
Example usage:
 
<pre>
 
<pre>
{{Infobox NPC
+
{{Infobox PC
 
   | title            =  
 
   | title            =  
 
   | image            =  
 
   | image            =  

Revision as of 12:57, 18 February 2021

Infobox PC

Example usage:

{{Infobox PC
  | title             = 
  | image             = 
  | caption           = 
  | player_name       = 
  | 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        = 
}}