Difference between revisions of "Template:Infobox Planet"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Standarized colors to match the other existing templates for Systems and Sectors.)
(cat change)
(8 intermediate revisions by 2 users not shown)
Line 18: Line 18:
 
|  width="69%" | {{{syscoord}}}
 
|  width="69%" | {{{syscoord}}}
 
|-  
 
|-  
|  width="31%" | Rotation Period
+
{{#if:{{{rotation|}}}|
| width="69%" | {{{rotation}}}
+
{{!}} width="31%" {{!}} Rotational Period
|-  
+
{{!}} width="69%" {{!}} {{{rotation}}}
|  width="31%" | Orbital Period
+
{{!-}}}}
| width="69%" | {{{orbital}}}
+
{{#if:{{{orbital|}}}|
|-  
+
{{!}} width="31%" {{!}} Orbital Period
 +
{{!}} width="69%" {{!}} {{{orbital}}}
 +
{{!-}}}}
 
|  width="31%" | Astrographic Entry
 
|  width="31%" | Astrographic Entry
|  width="69%" | {{{Entry}}}
+
|  width="69%" | {{{entry}}}
 
|-  
 
|-  
 
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Statistics'''</font>
 
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Statistics'''</font>
Line 38: Line 40:
 
|  width="69%" | {{{controller}}}
 
|  width="69%" | {{{controller}}}
 
|-  
 
|-  
|  width="31%" | Shielded
+
{{#if:{{{shielded|}}}|
| width="69%" | {{{shielded}}}
+
{{!}} width="31%" {{!}} Shielded
|-  
+
{{!}} width="69%" {{!}} {{{shielded}}}
|  width="31%" | Governor
+
{{!-}}}}
| width="69%" | {{{governor}}}
+
{{#if:{{{governor|}}}|
|-  
+
{{!}} width="31%" {{!}} Governor
|  width="31%" | Magistrate
+
{{!}} width="69%" {{!}} {{{governor}}}
| width="69%" | {{{magistrate}}}
+
{{!-}}}}
|-  
+
{{#if:{{{magistrate|}}}|
 +
{{!}} width="31%" {{!}} Magistrate
 +
{{!}} width="69%" {{!}} {{{magistrate}}}
 +
{{!-}}}}
 
|  width="31%" | Population
 
|  width="31%" | Population
 
|  width="69%" | {{{population}}}
 
|  width="69%" | {{{population}}}
|-  
+
|-
|  width="31%" | Sentient Races
+
{{#if:{{{race|}}}|
| width="69%" | {{{race}}}
+
{{!}} width="31%" {{!}} Sentient Races
|}
+
{{!}} width="69%" {{!}} {{{race}}}}}
<noinclude>[[Category:Templates|{{PAGENAME}}]]
+
|}<noinclude>
<pre>
+
===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
 
{{Infobox Planet
|name =  
+
| name =  
|image =  
+
| image =  
|system =
+
| system =
|sector =
+
| sector =
|galcoord =  
+
| galcoord =  
|syscoord =  
+
| syscoord =  
|rotation =  
+
| rotation =  
|orbital =  
+
| orbital =  
|Entry =
+
| type =  
|type  =  
+
| terrain =  
|terrain =  
+
| controller =
|controller =
+
| entry =
|shielded =   
+
| shielded =   
|governor =   
+
| governor =   
|magistrate =  
+
| magistrate =  
|population =   
+
| population =   
|race =   
+
| race =   
 
}}
 
}}
</pre>
+
</nowiki></pre>
</noinclude>
+
[[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 =  
}}