Template:Infobox Planet: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
(Added template page (UC))
 
(Added custom "Infobox Planet" template)
Line 1: Line 1:
{|style="border: 1px #C8C8C8; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
| width="100%" colspan="2" style="text-align: center;" | {{{image}}}
|-
| width="100%" colspan="2" style="background-color: #19234d; font-size: 16px; text-align: center;" | <font color= white>'''{{{name}}}'''</font>
|-
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Astrographical Information'''</font>
|-
| width="31%" | Region
| width="69%" | {{{region}}}
|-
| width="31%" | Sector
| width="69%" | {{{sector}}}
|-
| width="31%" | System
| width="69%" | {{{system}}}
|-
| width="31%" | Galaxy Map
| width="69%" | [{{{galaxymaplink}}}|{{{name}}}
|-
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Physical Information'''</font>
|-
| width="31%" | Atmosphere
| width="69%" | {{{atmosphere}}}
|-
| width="31%" | Climate
| width="69%" | {{{climate}}}
|-
| width="31%" | Terrain
| width="69%" | {{{terrain}}}
|-
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Societal Information'''</font>
|-
| width="31%" | Population
| width="69%" | {{{population}}}
|-
| width="31%" | Capital City
| width="69%" | {{{capitalcity}}}
|-
| width="31%" | Major Cities
| width="69%" | {{{majorcities}}}
|-
|}<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
| image =
| name =
| region =
| sector =
| system =
| galaxymaplink = (add only the link!)
| atmosphere =
| climate =
| terrain =
| population =
| capitalcity =
| majorcities =
}}
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>

Revision as of 01:23, 2 August 2021

{{{image}}}
{{{name}}}
Astrographical Information
Region {{{region}}}
Sector {{{sector}}}
System {{{system}}}
Galaxy Map [{{{galaxymaplink}}}|{{{name}}}
Physical Information
Atmosphere {{{atmosphere}}}
Climate {{{climate}}}
Terrain {{{terrain}}}
Societal Information
Population {{{population}}}
Capital City {{{capitalcity}}}
Major Cities {{{majorcities}}}

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
| image =
| name =
| region =
| sector =
| system =
| galaxymaplink = (add only the link!)
| atmosphere = 
| climate =
| terrain =
| population =
| capitalcity =
| majorcities =
}}