Template:FactionInfobox: Difference between revisions

Content deleted Content added
Created page with "<div class="infobox"> <templatestyles src="Infobox.css" /> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">File:{{{im..."
 
No edit summary
Line 3:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{param1motto|}}}|<tr>
<th>Parameter 1Motto</th>
<td>{{{param1motto}}}</td>
</tr>}}{{#if:{{{param2focus|}}}|<tr>
<th>Parameter 2Focus</th>
<td>{{{param2focus}}}</td>
</tr>}}{{#if:{{{param3homeworld|}}}|<tr>
<th>Parameter 3Homeworld</th>
<td>{{{param3homeworld}}}</td>
</tr>}}{{#if:{{{param4system|}}}|<tr>
<th>Parameter 4System</th>
<td>{{{param4system}}}</td>
</tr>}}{{#if:{{{param5factiontag|}}}|<tr>
<th>ParameterFaction 5Tag</th>
<td>{{{param5factiontag}}}</td>
</tr>}}{{#if:{{{conjugation|}}}|<tr>
<th>Conjugation</th>
<td>{{{conjugation}}}</td>
</tr>}}</table>
</div>