Difference between revisions of "Template:Infobox Person"

From Meekipedia
Jump to: navigation, search
m
m
Line 1: Line 1:
{| class="infobox" style="border: 1px solid #aaa; background-color: #ffdab7; color: #ffdab7; margin: 0.5em 0 0.5em 1em; padding: 0.2em; float: right; clear: right;" cellspacing="1" cellpadding="0"
+
{| class="infobox" cellspacing="1" cellpadding="0"
 
! colspan="2" style="font-size: larger; text-align: center; background-color: #180f11; padding: 2px 20px 2px 20px;" | '''{{{name}}}'''
 
! colspan="2" style="font-size: larger; text-align: center; background-color: #180f11; padding: 2px 20px 2px 20px;" | '''{{{name}}}'''
 
|-
 
|-
Line 26: Line 26:
  
 
<!-- the dashed outline of the fields are not supposed to be there, so I think there is still something wrong with the template -->
 
<!-- the dashed outline of the fields are not supposed to be there, so I think there is still something wrong with the template -->
 +
 +
<!-- see MediaWiki:Common.css for style class detail -->
  
 
<!-- if you need to add a regular property, just copy and paste a block of code such as for "race", starting from the {{#if to }} then change the value; preserve the line-break formatting of these blocks unless you know exactly what will happen to the modification -->
 
<!-- if you need to add a regular property, just copy and paste a block of code such as for "race", starting from the {{#if to }} then change the value; preserve the line-break formatting of these blocks unless you know exactly what will happen to the modification -->

Revision as of 15:48, 20 February 2010

{{{name}}}

Usage

Copy and paste the below code to the character page and fill in as many information as you can provide to the list of properties. Unfilled property (except "name") will not appear in the final page. "image_size" has a default value of 200 if otherwise unspecified.



{{Infobox_Person
|name       = 
|image      = 
|image_size =
|caption    =
|race       = 
|age        =
|hometown   =
|footnotes  =
}}