Difference between revisions of "Template:Infobox"
From TheHolo.Net Forums Wiki
Line 10: | Line 10: | ||
| Image=image | | Image=image | ||
| Name=Character Name | | Name=Character Name | ||
+ | | Aliases=Alias | ||
+ | | MilitaryRank=Military Rank | ||
| Codename=Codename | | Codename=Codename | ||
| Callsign=Callsign | | Callsign=Callsign | ||
− | |||
| Age=Age | | Age=Age | ||
| Height=height | | Height=height | ||
Line 21: | Line 22: | ||
| Home=Home Planet | | Home=Home Planet | ||
| Year=Year of Birth (BE/AE) | | Year=Year of Birth (BE/AE) | ||
+ | | ForceRank=Force Rank (Master, Knight, Apprentice, etc) | ||
+ | | Master=Master | ||
+ | | Apprentice=Apprentices, Padawans | ||
| Spouse=Spouse | | Spouse=Spouse | ||
| Mother=Mother | | Mother=Mother | ||
Line 27: | Line 31: | ||
| Children=Children | | Children=Children | ||
| Faction=Faction | | Faction=Faction | ||
− | |||
− | |||
− | |||
| Ship=Ship | | Ship=Ship | ||
| Droid=Droid | | Droid=Droid | ||
Line 100: | Line 101: | ||
<div style="width:170px;float:left;text-align:right;">{{{Year}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Year}}}</div> | ||
</div> | </div> | ||
+ | {{ #if:{{{ForceRank|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">ForceRank</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Rank}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Master|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Master</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Master}}}</div> | ||
+ | </div> | ||
+ | }} {{ #if:{{{Padawan|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Apprentice</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Apprentice}}}</div> | ||
+ | </div> | ||
+ | }} | ||
}} | }} | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:2px solid {{{Color2|#8F806E}}};"> | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid {{{Color2|#8F806E}}};"> | ||
Line 127: | Line 144: | ||
<div style="width:170px;float:left;text-align:right;">{{{Faction}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Faction}}}</div> | ||
</div> | </div> | ||
− | + | {{ #if:{{{Ship|}}}| | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid {{{Color2|#8F806E}}};"> | ||
<div style="width:80px;float:left;text-align:left;">Ship</div> | <div style="width:80px;float:left;text-align:left;">Ship</div> |
Revision as of 00:42, 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 | Aliases=Alias | MilitaryRank=Military Rank | Codename=Codename | Callsign=Callsign | Age=Age | Height=height | Weight=weight | Eye=Eye Color | Hair=Hair Color | Species=Species | Home=Home Planet | Year=Year of Birth (BE/AE) | ForceRank=Force Rank (Master, Knight, Apprentice, etc) | Master=Master | Apprentice=Apprentices, Padawans | Spouse=Spouse | Mother=Mother | Father=Father | Siblings=Sibling<br>Sibling | Children=Children | Faction=Faction | 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}}}
{{ #if:|
ForceRank
{{{Rank}}}
}} {{ #if:|
Master
{{{Master}}}
}} {{ #if:|
Apprentice
{{{Apprentice}}}
}} }}
Spouse
{{{Spouse}}}
Mother
{{{Mother}}}
Father
{{{Father}}}
{{ #if:|
Siblings
{{{Siblings}}}
}} {{ #if:|
Children
{{{Children}}}
Affiliation
{{{Faction}}}
{{ #if:|
Ship
{{{Ship}}}
}} {{ #if:|
Droids
{{{Droid}}}
}} {{ #if:|
Location
{{{Location}}}
}}