Difference between revisions of "Template:Infobox Character"

From Holocron - Star Wars Combine
Jump to: navigation, search
(modifying template to see if certain subfields can be set auto-hide if no info is input)
(Further testing)
Line 10: Line 10:
 
|-  
 
|-  
 
|  width="31%" valign="top" | Homeworld
 
|  width="31%" valign="top" | Homeworld
|  width="69%" | {{{homeworld}}}
+
|  width="69%" | {{#if:{{{homeworld<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Mother
 
|  width="31%" valign="top" | Mother
Line 16: Line 16:
 
|-  
 
|-  
 
|  width="31%" valign="top" | Father
 
|  width="31%" valign="top" | Father
|  width="69%" | {{{father}}}
+
|  width="69%" | {{{father<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Spouse
 
|  width="31%" valign="top" | Spouse
|  width="69%" | {{{spouse}}}
+
|  width="69%" | {{{spouse<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Siblings
 
|  width="31%" valign="top" | Siblings
|  width="69%" | {{{siblings}}}
+
|  width="69%" | {{{siblings<includeonly>|</includeonly>}}}
 
|-  
 
|-  
 
|  width="31%" valign="top" | Children
 
|  width="31%" valign="top" | Children

Revision as of 19:18, 3 April 2011

{{{name}}}
{{{image}}}
Biographical Information
Race {{{race}}}
Homeworld {{#if:{{{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= 
}}