Template:CharacterInfobox
Appearance
<div class="infobox">
<templatestyles src="Infobox.css" />
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{name|}}}|<tr>
<th>Name</th>
<td>{{{name}}}</td>
</tr>}}{{#if:{{{affiliation|}}}|<tr>
<th>Affiliation</th>
<td>{{{affiliation}}}</td>
</tr>}}{{#if:{{{playedby|}}}|<tr>
<th>Played By</th>
<td>{{{playedby}}}</td>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
<th>Homeworld</th>
<td>{{{homeworld}}}</td>
</tr>}}{{#if:{{{birthdate|}}}|<tr>
<th>Birth Date</th>
<td>{{{birthdate}}}</td>
</tr>}}{{#if:{{{deathdate|}}}|<tr>
<th>Death Date</th>
<td>{{{deathdate}}}</td>
</tr>}}{{#if:{{{species|}}}|<tr>
<th>Species</th>
<td>{{{species}}}</td>
</tr>}}{{#if:{{{gender|}}}|<tr>
<th>Gender</th>
<td>{{{gender}}}</td>
</tr>}}{{#if:{{{bleedaptitude|}}}|<tr>
<th>Bleed Aptitude</th>
<td>{{{bleedaptitude}}}</td>
</tr>}}{{#if:{{{height|}}}|<tr>
<th>Height</th>
<td>{{{height}}}</td>
</tr>}}{{#if:{{{weight|}}}|<tr>
<th>Weight</th>
<td>{{{weight}}}</td>
</tr>}}{{#if:{{{haircolour|}}}|<tr>
<th>Hair Colour</th>
<td>{{{haircolour}}}</td>
</tr>}}{{#if:{{{eyecolour|}}}|<tr>
<th>Eye Colour</th>
<td>{{{eyecolour}}}</td>
</tr>}}</table>
</div>