Template:Infobox: Difference between revisions

Content deleted Content added
No edit summary
imported>Turbo566
Turbo566 changed the content model of the page Template:Infobox from "CSS" to "wikitext"
 
(3 intermediate revisions by 2 users not shown)
Line 3:
<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>