Template:PlanetInfobox: Difference between revisions

From Beacon Space
Content added Content deleted
(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
 
(9 intermediate revisions by 2 users not shown)
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:{{{Tech Level|}}}|<tr>
<table>{{#if:{{{pgov|}}}|<tr>
<th>Government</th>
<td>{{{pgov}}}</td>
</tr>}}{{#if:{{{system|}}}|<tr>
<th>System</th>
<td>{{{system}}}</td>
</tr>}}{{#if:{{{Tech Level|}}}|<tr>
<th>Tech Level</th>
<th>Tech Level</th>
<td>{{{Tech Level}}</td>
<td>{{{Tech Level}}}</td>
</tr>}}{{#if:{{{population|}}}|<tr>
</tr>}}{{#if:{{{population|}}}|<tr>
<th>Population</th>
<th>Population</th>
Line 12: Line 18:
<th>Atmosphere</th>
<th>Atmosphere</th>
<td>{{{atmosphere}}}</td>
<td>{{{atmosphere}}}</td>
</tr>}}{{#if:{{{biosphere|}}}|<tr>
<th>Biosphere</th>
<td>{{{biosphere}}}</td>
</tr>}}{{#if:{{{temperature|}}}|<tr>
</tr>}}{{#if:{{{temperature|}}}|<tr>
<th>Temperature</th>
<th>Temperature</th>
Line 21: Line 30:
<th>Planet Tag 2</th>
<th>Planet Tag 2</th>
<td>{{{planettag2}}}</td>
<td>{{{planettag2}}}</td>
</tr>}}{{#if:{{{mechanicaltag|}}}|<tr>
<th>Mechanical Tag</th>
<td>{{{mechanicaltag}}}</td>
</tr>}}{{#if:{{{ruin|}}}|<tr>
<th>Ruin</th>
<td>{{{ruin}}}</td>
</tr>}}</table>
</tr>}}</table>
</div>
</div>

Latest revision as of 00:46, 17 December 2022

PlanetInfobox