Template:FactionInfobox

From Beacon Space
<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:{{{motto|}}}|<tr>
    <th>Motto</th>
    <td>{{{motto}}}</td>
</tr>}}{{#if:{{{focus|}}}|<tr>
    <th>Focus</th>
    <td>{{{focus}}}</td>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
    <th>Homeworld</th>
    <td>{{{homeworld}}}</td>
</tr>}}{{#if:{{{system|}}}|<tr>
    <th>System</th>
    <td>{{{system}}}</td>
</tr>}}{{#if:{{{factiontag|}}}|<tr>
    <th>Faction Tag</th>
    <td>{{{factiontag}}}</td>
</tr>}}{{#if:{{{conjugation|}}}|<tr>
    <th>Conjugation</th>
    <td>{{{conjugation}}}</td>
</tr>}}</table>
</div>