Template:FactionInfobox: Difference between revisions

From Beacon Space
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: Line 3:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{{image}}}|300px]]</div>}}
<table>{{#if:{{{param1|}}}|<tr>
<table>{{#if:{{{motto|}}}|<tr>
<th>Parameter 1</th>
<th>Motto</th>
<td>{{{param1}}}</td>
<td>{{{motto}}}</td>
</tr>}}{{#if:{{{param2|}}}|<tr>
</tr>}}{{#if:{{{focus|}}}|<tr>
<th>Parameter 2</th>
<th>Focus</th>
<td>{{{param2}}}</td>
<td>{{{focus}}}</td>
</tr>}}{{#if:{{{param3|}}}|<tr>
</tr>}}{{#if:{{{homeworld|}}}|<tr>
<th>Parameter 3</th>
<th>Homeworld</th>
<td>{{{param3}}}</td>
<td>{{{homeworld}}}</td>
</tr>}}{{#if:{{{param4|}}}|<tr>
</tr>}}{{#if:{{{system|}}}|<tr>
<th>Parameter 4</th>
<th>System</th>
<td>{{{param4}}}</td>
<td>{{{system}}}</td>
</tr>}}{{#if:{{{param5|}}}|<tr>
</tr>}}{{#if:{{{factiontag|}}}|<tr>
<th>Parameter 5</th>
<th>Faction Tag</th>
<td>{{{param5}}}</td>
<td>{{{factiontag}}}</td>
</tr>}}{{#if:{{{conjugation|}}}|<tr>
<th>Conjugation</th>
<td>{{{conjugation}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Revision as of 13:02, 21 August 2020

FactionInfobox