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..."
 
imported>Turbo566
Turbo566 changed the content model of the page Template:FactionInfobox from "wikitext" to "CSS": bc
 
(One intermediate revision by one other user not shown)
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>

Latest revision as of 06:37, 11 December 2022

<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>