Difference between revisions of "Template:Infobox"

From TheHolo.Net Forums Wiki

Jump to:navigation, search
Line 31: Line 31:
  
 
<div style="width:250px;float:right;clear:right;margin:1em 0 1em 1em;border:1px solid #A68064;background:#CDB79E;-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 #A68064;background:#CDB79E;-moz-border-radius:10px;padding:10px 10px 10px 10px;">
<div style="text-align:center;font-size:16px;font-weight:900;line-height:1.5em;">{{{Title}}}
+
{{ #if:{{{Title|}}}| <div style="text-align:center;font-size:16px;font-weight:900;line-height:1.5em;">{{{Title}}} }}
 
<div class="hiddenStructure{{{Actor|}}}" style="width:250px;clear:left;font-size:10px;text-align:center">
 
<div class="hiddenStructure{{{Actor|}}}" style="width:250px;clear:left;font-size:10px;text-align:center">
 
</div>
 
</div>

Revision as of 19:35, 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
}}
{{ #if:|
{{{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}}}
Mother
{{{Mother}}}
Father
{{{Father}}}
Siblings
{{{Siblings}}}
Affiliation
{{{Faction}}}

{{ #if:|

Rank
{{{Rank}}}

}} {{ #if:|

Master
{{{Master}}}

}} {{ #if:|

Apprentice
{{{Apprentice}}}

}} {{ #if:|

Ship
{{{Ship}}}

}} {{ #if:|

Droids
{{{Droid}}}

}} {{ #if:|

Location
{{{Location}}}

}}