Difference between revisions of "Template:Infobox Planet"

From Holocron - Star Wars Combine
Jump to: navigation, search
(Undo revision 98899 by Syn (talk))
(Tag: Undo)
 
(20 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{| style="border: 1px solid gray; padding: 1px; width: 25%; float: right; font-size: 10px;"
+
{|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="text-align: center;" | {{{image}}}
 
|-  
 
|-  
|  width="100%" colspan="2" style="background-color: #009900; font-size: 13px; text-align: center;" | <font color=white>'''{{{name}}}'''</font>
+
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Location'''</font>
|-
 
|  width="100%" colspan="2" style="background-color: #009900;" | <font color=white>'''Location'''</font>
 
 
|-
 
|-
 
|  width="31%" | System
 
|  width="31%" | System
Line 18: Line 18:
 
|  width="69%" | {{{syscoord}}}
 
|  width="69%" | {{{syscoord}}}
 
|-  
 
|-  
|  width="31%" | Rotation Period
+
|  width="31%" | Astrographic Entry
|  width="69%" | {{{rotation}}}
+
|  width="69%" | {{{entry}}}
|-
 
|  width="31%" | Orbital Period
 
|  width="69%" | {{{orbital}}}
 
 
|-  
 
|-  
|  width="100%" colspan="2" style="background-color: #009900;" | <font color=white>'''Statistics'''</font>
+
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Statistics'''</font>
 
|-  
 
|-  
 
|  width="31%" | Type
 
|  width="31%" | Type
Line 31: Line 28:
 
|  width="31%" | Primary Terrain:
 
|  width="31%" | Primary Terrain:
 
|  width="69%" | {{{terrain}}}
 
|  width="69%" | {{{terrain}}}
 +
|-
 +
|  width="31%" | Rotational Period
 +
|  width="69%" | {{{rotation}}}
 +
|-
 +
|  width="31%" | Orbital Period
 +
|  width="69%" | {{{orbital}}}
 +
|-
 +
|  width="31%" | Population
 +
|  width="69%" | {{{population}}}
 +
|-
 +
|  width="100%" colspan="2" style="background-color: #21314c;" | <font color=white>'''Control'''</font>
 
|-  
 
|-  
 
|  width="31%" | Controlled By
 
|  width="31%" | Controlled By
|  width="69%" | {{{faction}}}
+
|  width="69%" | {{{controller}}}
 
|-  
 
|-  
|  width="31%" | Governer
+
|  width="31%" | Governor
|  width="69%" | {{{governer}}}
+
|  width="69%" | {{{governor}}}
 
|-  
 
|-  
 
|  width="31%" | Magistrate
 
|  width="31%" | Magistrate
 
|  width="69%" | {{{magistrate}}}
 
|  width="69%" | {{{magistrate}}}
 
|-  
 
|-  
|  width="31%" | Population
+
 
|  width="69%" | {{{population}}}
+
{{#if:{{{race|}}}|
|-
+
{{!}} width="31%" {{!}} Sentient Races
| width="31%" | Sentient Races
+
{{!}} width="69%" {{!}} {{{race}}}}}
| width="69%" | {{{race}}}
+
|}<noinclude>
|}
+
===Usage===
<noinclude>[[Category:Templates|{{PAGENAME}}]]
+
 
<pre>
+
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 =  
|type   =  
+
| type =  
|terrain =  
+
| terrain =  
|faction =  
+
| controller =
|governer =   
+
| entry =
|magistrate =  
+
| governor =   
|population =   
+
| magistrate =  
|race =   
+
| population =   
 +
| race =   
 
}}
 
}}
</pre>
+
</nowiki></pre>
</noinclude>
+
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 14:16, 17 June 2021

{{{name}}}
{{{image}}}
Location
System {{{system}}}
Sector {{{sector}}}
Galactic Coordinates {{{galcoord}}}
System Coordinates {{{syscoord}}}
Astrographic Entry {{{entry}}}
Statistics
Type {{{type}}}
Primary Terrain: {{{terrain}}}
Rotational Period {{{rotation}}}
Orbital Period {{{orbital}}}
Population {{{population}}}
Control
Controlled By {{{controller}}}
Governor {{{governor}}}
Magistrate {{{magistrate}}}

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 =
| governor =  
| magistrate = 
| population =  
| race =  
}}