Difference between revisions of "Template:Infobox"
From TheHolo.Net Forums Wiki
Line 21: | Line 21: | ||
| Father=Father | | Father=Father | ||
| Siblings=Sibling<br>Sibling | | Siblings=Sibling<br>Sibling | ||
+ | | Children=Children | ||
| Faction=Faction | | Faction=Faction | ||
| Rank=Rank | | Rank=Rank | ||
Line 108: | Line 109: | ||
<div style="width:170px;float:left;text-align:right;">{{{Father}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Father}}}</div> | ||
</div> | </div> | ||
+ | {{ #if:{{{Siblings|}}}| | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #A68064;"> | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #A68064;"> | ||
<div style="width:80px;float:left;text-align:left;">Siblings</div> | <div style="width:80px;float:left;text-align:left;">Siblings</div> | ||
<div style="width:170px;float:left;text-align:right;">{{{Siblings}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Siblings}}}</div> | ||
</div> | </div> | ||
+ | }} {{ #if:{{{Children|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #A68064;"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Children</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Children}}}</div> | ||
+ | </div> }} | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:2px solid #A68064;"> | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid #A68064;"> | ||
<div style="width:80px;float:left;text-align:left;">Affiliation</div> | <div style="width:80px;float:left;text-align:left;">Affiliation</div> |
Revision as of 02:27, 30 August 2010
usage
To use the template, simply copy and paste the code below into a new character template.
{{Infobox | 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}}}
}}