Difference between revisions of "Template:Infobox Planet"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Replaced content with "{{delete}}")
(cat change)
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{delete}}
+
{|style="border: 1px solid grey; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
 +
|  width="100%" colspan="2" style="background-color: #21314c; font-size: 16px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
 +
|-
 +
|  width="100%" colspan="2" style="text-align: center;" | {{{image}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Location'''</font>
 +
|-
 +
|  width="31%" | System
 +
|  width="69%" | {{{system}}}
 +
|-
 +
|  width="31%" | Sector
 +
|  width="69%" | {{{sector}}}
 +
|-
 +
|  width="31%" | Galactic Coordinates
 +
|  width="69%" | {{{galcoord}}}
 +
|-
 +
|  width="31%" | System Coordinates
 +
|  width="69%" | {{{syscoord}}}
 +
|-
 +
{{#if:{{{rotation|}}}|
 +
{{!}}  width="31%" {{!}} Rotational Period
 +
{{!}}  width="69%" {{!}} {{{rotation}}}
 +
{{!-}}}}
 +
{{#if:{{{orbital|}}}|
 +
{{!}}  width="31%" {{!}} Orbital Period
 +
{{!}}  width="69%" {{!}} {{{orbital}}}
 +
{{!-}}}}
 +
|  width="31%" | Astrographic Entry
 +
|  width="69%" | {{{entry}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Statistics'''</font>
 +
|-
 +
|  width="31%" | Type
 +
|  width="69%" | {{{type}}}
 +
|-
 +
|  width="31%" | Primary Terrain:
 +
|  width="69%" | {{{terrain}}}
 +
|-
 +
|  width="31%" | Controlled By
 +
|  width="69%" | {{{controller}}}
 +
|-
 +
{{#if:{{{shielded|}}}|
 +
{{!}}  width="31%" {{!}} Shielded
 +
{{!}}  width="69%" {{!}} {{{shielded}}}
 +
{{!-}}}}
 +
{{#if:{{{governor|}}}|
 +
{{!}}  width="31%" {{!}} Governor
 +
{{!}}  width="69%" {{!}} {{{governor}}}
 +
{{!-}}}}
 +
{{#if:{{{magistrate|}}}|
 +
{{!}}  width="31%" {{!}} Magistrate
 +
{{!}}  width="69%" {{!}} {{{magistrate}}}
 +
{{!-}}}}
 +
|  width="31%" | Population
 +
|  width="69%" | {{{population}}}
 +
|-
 +
{{#if:{{{race|}}}|
 +
{{!}}  width="31%" {{!}} Sentient Races
 +
{{!}}  width="69%" {{!}} {{{race}}}}}
 +
|}<noinclude>
 +
===Usage===
 +
 
 +
The Planet Box template is used for Planet pages only, to describe the planet. Paste the following code into the top of an article, filling all known fields, leaving unknown ones blank.
 +
 
 +
<pre><nowiki>
 +
 
 +
{{Infobox Planet
 +
| name =
 +
| image =
 +
| system =
 +
| sector =
 +
| galcoord =
 +
| syscoord =
 +
| rotation =
 +
| orbital =
 +
| type =
 +
| terrain =
 +
| controller =
 +
| entry =
 +
| shielded = 
 +
| governor = 
 +
| magistrate =
 +
| population = 
 +
| race = 
 +
}}
 +
</nowiki></pre>
 +
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Revision as of 18:00, 17 April 2014

{{{name}}}
{{{image}}}
Location
System {{{system}}}
Sector {{{sector}}}
Galactic Coordinates {{{galcoord}}}
System Coordinates {{{syscoord}}}
Astrographic Entry {{{entry}}}
Statistics
Type {{{type}}}
Primary Terrain: {{{terrain}}}
Controlled By {{{controller}}}
Population {{{population}}}

Usage

The Planet Box template is used for Planet pages only, to describe the planet. Paste the following code into the top of an article, filling all known fields, leaving unknown ones blank.


{{Infobox Planet
| name = 
| image = 
| system =
| sector =
| galcoord = 
| syscoord = 
| rotation = 
| orbital = 
| type = 
| terrain = 
| controller =
| entry =
| shielded =  
| governor =  
| magistrate = 
| population =  
| race =  
}}