Difference between revisions of "Template:Infobox"
From TheHolo.Net Forums Wiki
Line 1: | Line 1: | ||
+ | <noinclude>==usage== | ||
+ | |||
+ | To use the template, simply copy and paste the code below into a new character template. | ||
+ | <pre><nowiki>{{Infobox_Imperial_Members | ||
+ | | 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) | ||
+ | | Faction=Faction | ||
+ | | Rank=Rank | ||
+ | | Master=Master | ||
+ | | Apprentice=Apprentices, Padawans | ||
+ | | Spouse=Spouse | ||
+ | | Mother=Mother | ||
+ | | Father=Father | ||
+ | | Siblings=Sibling<br>Sibling | ||
+ | | Ship=Ship | ||
+ | | Droid=Droid | ||
+ | | Location=Current / most common location | ||
+ | }}</nowiki></pre></noinclude> | ||
{{clear}} | {{clear}} | ||
<div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid #0000CD;background:#4682B4;-moz-border-radius:10px;padding:10px 10px 10px 10px;"> | <div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid #0000CD;background:#4682B4;-moz-border-radius:10px;padding:10px 10px 10px 10px;"> | ||
Line 95: | Line 124: | ||
<div style="width:170px;float:left;text-align:right;">{{{Spouse}}}</div> | <div style="width:170px;float:left;text-align:right;">{{{Spouse}}}</div> | ||
</div> | </div> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{ #if:{{{Mother|}}}| | {{ #if:{{{Mother|}}}| | ||
<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;"> |
Revision as of 19:04, 29 August 2010
usage
To use the template, simply copy and paste the code below into a new character template.
{{Infobox_Imperial_Members | 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) | Faction=Faction | Rank=Rank | Master=Master | Apprentice=Apprentices, Padawans | Spouse=Spouse | Mother=Mother | Father=Father | Siblings=Sibling<br>Sibling | 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}}}
}}
Affiliation
{{{Faction}}}
{{ #if:|
Rank
{{{Rank}}}
}} {{ #if:|
Master
{{{Master}}}
}} {{ #if:|
Apprentice
{{{Apprentice}}}
}}
Spouse
{{{Spouse}}}
{{ #if:|
Mother
{{{Mother}}}
}} {{ #if:|
Father
{{{Father}}}
}}
Siblings
{{{Siblings}}}
{{ #if:|
Ship
{{{Ship}}}
}} {{ #if:|
Droids
{{{Droid}}}
}} {{ #if:|
Location
{{{Location}}}
}}