Difference between revisions of "Template:Infobox Character"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Further testing)
Line 7: Line 7:
 
|-  
 
|-  
 
|  width="31%" valign="top" | Race
 
|  width="31%" valign="top" | Race
|  width="69%" | {{{race}}}
+
|  width="69%" | {{{race<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Homeworld
 
|  width="31%" valign="top" | Homeworld
|  width="69%" | {{#if:{{{homeworld<includeonly>|</includeonly>}}}
+
|  width="69%" | {{{homeworld<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Mother
 
|  width="31%" valign="top" | Mother
Line 25: Line 25:
 
|-  
 
|-  
 
|  width="31%" valign="top" | Children
 
|  width="31%" valign="top" | Children
|  width="69%" | {{{children}}}
+
|  width="69%" | {{{children<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Born
 
|  width="31%" valign="top" | Born
|  width="69%" | {{{born}}}
+
|  width="69%" | {{{born<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Physical Description'''</font>
 
|  width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Physical Description'''</font>
 
|-  
 
|-  
 
|  width="31%" valign="top" | Gender
 
|  width="31%" valign="top" | Gender
|  width="69%" | {{{gender}}}
+
|  width="69%" | {{{gender<includeonly>|</includeonly>}}}
 
|-
 
|-
 
|  width="31%" valign="top" | Height
 
|  width="31%" valign="top" | Height
|  width="69%" | {{{height}}}
+
|  width="69%" | {{{height<includeonly>|</includeonly>}}}
 
|-
 
|-
 
|  width="31%" valign="top" | Hair Color
 
|  width="31%" valign="top" | Hair Color
|  width="69%" | {{{hair color}}}
+
|  width="69%" | {{{hair color<includeonly>|</includeonly>}}}
 
|-
 
|-
 
|  width="31%" valign="top" | Skin Color
 
|  width="31%" valign="top" | Skin Color
|  width="69%" | {{{skin color}}}
+
|  width="69%" | {{{skin color<includeonly>|</includeonly>}}}
 
|-
 
|-
 
|  width="31%" valign="top" | Eye Color
 
|  width="31%" valign="top" | Eye Color
|  width="69%" | {{{eye color}}}
+
|  width="69%" | {{{eye color<includeonly>|</includeonly>}}}
 
|-
 
|-
 
|  width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Political Information'''</font>
 
|  width="100%" colspan="2" style="background-color: #000099;" | <font color=white>'''Political Information'''</font>
 
|-  
 
|-  
 
|  width="31%" valign="top" | Affiliation
 
|  width="31%" valign="top" | Affiliation
|  width="69%" | {{{affiliation}}}
+
|  width="69%" | {{{affiliation<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Rank
 
|  width="31%" valign="top" | Rank
|  width="69%" | {{{rank}}}
+
|  width="69%" | {{{rank<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Positions
 
|  width="31%" valign="top" | Positions
|  width="69%" | {{{positions}}}
+
|  width="69%" | {{{positions<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Prior Affiliation
 
|  width="31%" valign="top" | Prior Affiliation
|  width="69%" | {{{prior affiliation}}}
+
|  width="69%" | {{{prior affiliation<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Awards
 
|  width="31%" valign="top" | Awards
|  width="69%" | {{{awards}}}
+
|  width="69%" | {{{awards<includeonly>|</includeonly>}}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>

Revision as of 19:20, 3 April 2011

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Homeworld {{{homeworld}}}
Mother {{{mother}}}
Father {{{father}}}
Spouse {{{spouse}}}
Siblings {{{siblings}}}
Children {{{children}}}
Born {{{born}}}
Physical Description
Gender {{{gender}}}
Height {{{height}}}
Hair Color {{{hair color}}}
Skin Color {{{skin color}}}
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 =
| gender =
| height =	
| hair color =	
| skin color =
| eye color =
| affiliation =
| rank =
| positions = 
| prior affiliation = 
| awards= 
}}