Difference between revisions of "Template:Infobox"

From TheHolo.Net Forums Wiki

Jump to:navigation, search
Line 146: Line 146:
 
<div style="width:80px;float:left;text-align:left;">Ship</div>
 
<div style="width:80px;float:left;text-align:left;">Ship</div>
 
<div style="width:170px;float:left;text-align:right;">{{{Ship}}}</div>
 
<div style="width:170px;float:left;text-align:right;">{{{Ship}}}</div>
 +
</div>
 
}}
 
}}
 
{{ #if:{{{Droid|}}}|
 
{{ #if:{{{Droid|}}}|

Revision as of 00:20, 31 August 2010

usage

To use the template, simply copy and paste the code below into a new character template.

A useful link to help you find hex codes.

{{Infobox
| Color1=Background Colour
| Color2=Line Colour
| Title=Datasheet
| Image=image 
| Name=Character Name
| Codename=Codename
| Callsign=Callsign
| Aliases=Alias
| Age=Age
| Height=height
| Weight=weight
| Eye=Eye Color
| Hair=Hair Color
| Species=Species
| Home=Home Planet
| Year=Year of Birth (BE/AE)
| Spouse=Spouse
| Mother=Mother
| Father=Father
| Siblings=Sibling<br>Sibling
| Children=Children
| Faction=Faction
| Rank=Rank
| Master=Master
| Apprentice=Apprentices, Padawans
| Ship=Ship
| Droid=Droid
| Location=Current / most common location
}}
{{{Title}}}
[[Image:{{{Image}}}|248px|center]]
Name
{{{Name}}}

{{ #if:|

Codename
{{{Codename}}}

}} {{ #if:|

Callsign
{{{Callsign}}}

}} {{ #if:|

Aliases
{{{Aliases}}}

}} {{ #if:|

Age
{{{Age}}}

}} {{ #if:|

Height
{{{Height}}}

}} {{ #if:|

Weight
{{{Weight}}}

}} {{ #if:|

Eye Color
{{{Eye}}}

}} {{ #if:|

Hair Color
{{{Hair}}}

}} {{ #if:|

Species
{{{Species}}}

}} {{ #if:|

Home Planet
{{{Home}}}

}} {{ #if:|

Born in...
{{{Year}}}

}}

Spouse
{{{Spouse}}}
Mother
{{{Mother}}}
Father
{{{Father}}}

{{ #if:|

Siblings
{{{Siblings}}}

}} {{ #if:|

Children
{{{Children}}}
}}
Affiliation
{{{Faction}}}

{{ #if:|

Rank
{{{Rank}}}

}} {{ #if:|

Master
{{{Master}}}

}} {{ #if:|

Apprentice
{{{Apprentice}}}

}} {{ #if:|

Ship
{{{Ship}}}

}} {{ #if:|

Droids
{{{Droid}}}

}} {{ #if:|

Location
{{{Location}}}

}}









</div>