Difference between revisions of "Template:Infobox Character"

From The Antarian Rangers
Jump to: navigation, search
(Created page with "<noinclude> == Usage == Used for pages about characters.<br> It creates a table with character information </noinclude> {{InfoboxCharacter | name = | image = | homeworld = | r...")
 
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
{|  style="border: 1px solid #9600FF; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
 +
|  width="100%" colspan="2" style="background-color: #4b0080; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
 +
|-
 +
|  width="100%" colspan="2" style="text-align: center;" | {{{image}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #4b0080;" | <font color=white>'''Biographical Information'''</font>
 +
|-
 +
|  width="31%" valign="top" | Race
 +
|  width="69%" | {{{race<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Homeworld
 +
|  width="69%" | {{{homeworld<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Mother
 +
|  width="69%" | {{{mother<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Father
 +
|  width="69%" | {{{father<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Spouse
 +
|  width="69%" | {{{spouse<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Siblings
 +
|  width="69%" | {{{siblings<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Children
 +
|  width="69%" | {{{children<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Born
 +
|  width="69%" | {{{born<includeonly>|</includeonly>}}}
 +
|-
 +
|-
 +
|  width="31%" valign="top" | Died
 +
|  width="69%" | {{{died<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #4b0080;" | <font color=white>'''Physical Description'''</font>
 +
|-
 +
|  width="31%" valign="top" | Gender
 +
|  width="69%" | {{{gender<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Height
 +
|  width="69%" | {{{height<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Coloring
 +
|  width="69%" | {{{coloring<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Eye Color
 +
|  width="69%" | {{{eye color<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #4b0080;" | <font color=white>'''Political Information'''</font>
 +
|-
 +
|  width="31%" valign="top" | Affiliation
 +
|  width="69%" | {{{affiliation<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Rank
 +
|  width="69%" | {{{rank<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Positions
 +
|  width="69%" | {{{positions<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Prior Affiliation
 +
|  width="69%" | {{{prior affiliation<includeonly>|</includeonly>}}}
 +
|-
 +
|  width="31%" valign="top" | Awards
 +
|  width="69%" | {{{awards<includeonly>|</includeonly>}}}
 +
|}
 
<noinclude>
 
<noinclude>
== Usage ==
+
===Usage===
Used for pages about characters.<br>
+
 
It creates a table with character information
+
The Character Box template is used for character pages only, to describe the character. Paste the following code into the top of an article, filling all known fields:
</noinclude>
+
 
{{InfoboxCharacter
+
<pre><nowiki>
 +
{{Infobox Character
 
| name =  
 
| name =  
 
| image =  
 
| image =  
 
| homeworld =  
 
| homeworld =  
 
| race =  
 
| race =  
| gender =  
+
| mother =
| height =  
+
| father =
| coloring =  
+
| spouse =
| eye color =  
+
| siblings =
 +
| children =
 +
| born =
 +
| died =
 +
| gender =
 +
| height =
 +
| coloring =
 +
| eye color =
 
| affiliation =
 
| affiliation =
| rank =  
+
| rank =
| positions =
+
| positions =
 +
| prior affiliation =
 +
| awards=  
 
}}
 
}}
 +
</nowiki></pre>
 +
 +
[[Category:Templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 21:46, 29 January 2012

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Homeworld {{{homeworld}}}
Mother {{{mother}}}
Father {{{father}}}
Spouse {{{spouse}}}
Siblings {{{siblings}}}
Children {{{children}}}
Born {{{born}}}
Died {{{died}}}
Physical Description
Gender {{{gender}}}
Height {{{height}}}
Coloring {{{coloring}}}
Eye Color {{{eye color}}}
Political Information
Affiliation {{{affiliation}}}
Rank {{{rank}}}
Positions {{{positions}}}
Prior Affiliation {{{prior affiliation}}}
Awards {{{awards}}}

Usage

The Character Box template is used for character pages only, to describe the character. Paste the following code into the top of an article, filling all known fields:

{{Infobox Character
| name = 
| image = 
| homeworld = 
| race = 
| mother = 
| father = 
| spouse = 
| siblings = 
| children = 
| born =
| died = 
| gender =
| height =	
| coloring =
| eye color =
| affiliation =
| rank =
| positions = 
| prior affiliation = 
| awards= 
}}