Difference between revisions of "Template:Infobox Person"

From Meekipedia
Jump to: navigation, search
Line 5: Line 5:
 
! style="font-size: 90%; text-align: center;" colspan="2" {{!}} [[Image:{{{image}}}|{{#if:{{{image_size|}}}|{{{image_size}}}px|200px}}|]] {{#if:{{{caption|}}}|<br>{{{caption}}} }}
 
! style="font-size: 90%; text-align: center;" colspan="2" {{!}} [[Image:{{{image}}}|{{#if:{{{image_size|}}}|{{{image_size}}}px|200px}}|]] {{#if:{{{caption|}}}|<br>{{{caption}}} }}
 
}}
 
}}
{{!}}-
+
 
 
{{#if:{{{race|}}}|  
 
{{#if:{{{race|}}}|  
 
! '''Race'''
 
! '''Race'''
Line 25: Line 25:
 
<noinclude>
 
<noinclude>
 
=== Usage ===
 
=== 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 will not appear in the final page.
+
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 will not appear in the final page. "image_size" has a default value of 200 if otherwise unspecified.
 
<pre style="overflow:auto;">
 
<pre style="overflow:auto;">
 
{{Infobox_Person
 
{{Infobox_Person

Revision as of 06:38, 8 January 2009

{{{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 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  =
}}