Template:Infobox: Difference between revisions

From Beacon Space
Content deleted Content added
No edit summary
No edit summary
Line 1:
<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:{{{mottoparam1|}}}|<tr>
<th>MottoParameter 1</th>
<td>{{{mottoparam1}}}</td>
</tr>}}{{#if:{{{focusparam2|}}}|<tr>
<th>FocusParameter 2</th>
<td>{{{focusparam2}}}</td>
</tr>}}{{#if:{{{homeworldparam3|}}}|<tr>
<th>HomeworldParameter 3</th>
<td>{{{homeworldparam3}}}</td>
</tr>}}{{#if:{{{systemparam4|}}}|<tr>
<th>SystemParameter 4</th>
<td>{{{systemparam4}}}</td>
</tr>}}{{#if:{{{factiontagparam5|}}}|<tr>
<th>FactionParameter Tag5</th>
<td>{{{factiontagparam5}}}</td>
</tr>}}{{#if:{{{conjugation|}}}|<tr>
<th>Conjugation</th>
<td>{{{conjugation}}}</td>
</tr>}}</table>
</div>

Revision as of 13:08, 21 August 2020

Infobox