Difference between revisions of "Template:Infobox Character"

From TheHolo.Net Forums Wiki

Jump to:navigation, search
(New page: <noinclude>==usage== To use the template, simply copy and paste the code below into a new character template. <pre><nowiki>{{Infobox_Character | Title=Datasheet | Image=image | Name=Char...)
 
Line 60: Line 60:
 
<div style="width:80px;float:left;text-align:left;">Hair Color</div>
 
<div style="width:80px;float:left;text-align:left;">Hair Color</div>
 
<div style="width:170px;float:left;text-align:right;">{{{Hair}}}</div>
 
<div style="width:170px;float:left;text-align:right;">{{{Hair}}}</div>
 +
</div>
 +
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #8B6969;">
 +
<div style="width:80px;float:left;text-align:left;">Species</div>
 +
<div style="width:170px;float:left;text-align:right;">{{{Species}}}</div>
 
</div>
 
</div>
 
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #8B6969;">
 
<div style="clear:left;font-size:12px;text-align:center;border-top:1px solid #8B6969;">

Revision as of 00:06, 11 March 2013

usage

To use the template, simply copy and paste the code below into a new character template.

{{Infobox_Character
| Title=Datasheet
| Image=image 
| Name=Character Name
| Nickname=Nickname
| Alias=Alias
| Age=Age
| Height=height
| Weight=weight
| Eye=Eye Color
| Hair=Hair Color
| Place=Place of Birth
| Languages=Languages
| Faction=Faction
| Spouse=Spouse
| Mother=Mother
| Father=Father
| Siblings=Sibling<br>sibling
}}
{{{Title}}}
[[Image:{{{Image}}}|248px|center]]


Name
{{{Name}}}
Nickname
{{{Nickname}}}
Alias
{{{Alias}}}
Age
{{{Age}}}
Height
{{{Height}}}
Weight
{{{Weight}}}
Eye Color
{{{Eye}}}
Hair Color
{{{Hair}}}
Species
{{{Species}}}
Home Planet
{{{Place}}}
Languages
{{{Languages}}}
Affiliation
{{{Faction}}}
Spouse
{{{Spouse}}}
Mother
{{{Mother}}}
Father
{{{Father}}}
Siblings
{{{Siblings}}}