Difference between revisions of "Template:Infobox"
From TheHolo.Net Forums Wiki
Line 16: | Line 16: | ||
| Home=Home Planet | | Home=Home Planet | ||
| Year=Year of Birth (BE/AE) | | Year=Year of Birth (BE/AE) | ||
− | |||
− | |||
− | |||
− | |||
| Spouse=Spouse | | Spouse=Spouse | ||
| Mother=Mother | | Mother=Mother | ||
| Father=Father | | Father=Father | ||
| Siblings=Sibling<br>Sibling | | Siblings=Sibling<br>Sibling | ||
+ | | Faction=Faction | ||
+ | | Rank=Rank | ||
+ | | Master=Master | ||
+ | | Apprentice=Apprentices, Padawans | ||
| Ship=Ship | | Ship=Ship | ||
| Droid=Droid | | Droid=Droid | ||
Line 99: | Line 99: | ||
}} | }} | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:2px solid #0000CD;"> | <div style="clear:left;font-size:12px;text-align:center;border-top:2px solid #0000CD;"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Spouse</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Spouse}}}</div> | ||
+ | </div> | ||
+ | {{ #if:{{{Mother|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Mother</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Mother}}}</div> | ||
+ | </div> | ||
+ | }} | ||
+ | {{ #if:{{{Father|}}}| | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Father</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Father}}}</div> | ||
+ | </div> | ||
+ | }} | ||
+ | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> | ||
+ | <div style="width:80px;float:left;text-align:left;">Siblings</div> | ||
+ | <div style="width:170px;float:left;text-align:right;">{{{Siblings}}}</div> | ||
+ | </div><div style="clear:left;font-size:12px;text-align:center;border-top:2px solid #0000CD;"> | ||
<div style="width:80px;float:left;text-align:left;">Affiliation</div> | <div style="width:80px;float:left;text-align:left;">Affiliation</div> | ||
<div style="width:170px;float:left;text-align:right;">{{{Faction}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Faction}}}</div> | ||
Line 120: | Line 139: | ||
</div> | </div> | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ #if:{{{Ship|}}}| | {{ #if:{{{Ship|}}}| | ||
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> | ||
Line 153: | Line 151: | ||
}} | }} | ||
{{ #if:{{{Location|}}}| | {{ #if:{{{Location|}}}| | ||
− | <div style="clear:left;font-size:12px;text-align:center;border-top: | + | <div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #0000CD;"> |
<div style="width:80px;float:left;text-align:left;">Location</div> | <div style="width:80px;float:left;text-align:left;">Location</div> | ||
<div style="width:170px;float:left;text-align:right;">{{{Location}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Location}}}</div> | ||
</div> | </div> | ||
}} | }} | ||
− | |||
<div class="hiddenStructure{{{Images|}}}" style="width:250px;clear:left;font-size:10px;text-align:center;border-top:2px solid #0000CD;"> | <div class="hiddenStructure{{{Images|}}}" style="width:250px;clear:left;font-size:10px;text-align:center;border-top:2px solid #0000CD;"> | ||
<br><br><br><br> | <br><br><br><br> |
Revision as of 19:10, 29 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 | 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 | 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:|
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}}}
{{ #if:|
Mother
{{{Mother}}}
}} {{ #if:|
Father
{{{Father}}}
}}
Siblings
{{{Siblings}}}
Affiliation
{{{Faction}}}
{{ #if:|
Rank
{{{Rank}}}
}} {{ #if:|
Master
{{{Master}}}
}} {{ #if:|
Apprentice
{{{Apprentice}}}
}} {{ #if:|
Ship
{{{Ship}}}
}} {{ #if:|
Droids
{{{Droid}}}
}} {{ #if:|
Location
{{{Location}}}
}}