Template:Infobox Planet: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
No edit summary
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|style="border: 1px #C8C8C8; padding: 1px; margin: 5px; width: 25%; float: right; font-size: 11px;"
{|style="border: 1px solid rgba(200, 200, 200, 0.69); 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="text-align: center;" | {{{image}}}
|-
|-
Line 16: Line 16:
|-
|-
| width="31%" | Galaxy Map
| width="31%" | Galaxy Map
| width="69%" | [{{{galaxymaplink}}}|{{{name}}}]
| width="69%" | [{{{galaxymaplink}}} {{{name}}}]
|-
|-
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Physical Information'''</font>
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Physical Information'''</font>
Line 28: Line 28:
| width="31%" | Terrain
| width="31%" | Terrain
| width="69%" | {{{terrain}}}
| width="69%" | {{{terrain}}}
|-
| width="31%" | Size
| width="69%" | {{{size}}}
|-
|-
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Societal Information'''</font>
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Societal Information'''</font>
|-
|-
| width="31%" | Population
| width="31%" valign="top" | Population
| width="69%" | {{{population}}}
| width="69%" valign="top" | {{{population}}}
|-
|-
| width="31%" | Capital City
| width="31%" | Capital City
| width="69%" | {{{capitalcity}}}
| width="69%" | {{{capitalcity}}}
|-
|- style="vertical-align:top;"          /* This vertical align is here because I want the POIs to align to top if there are more than 1 */
| width="31%" | Major Cities
| width="31%" | Points of Interest
| width="69%" | {{{majorcities}}}
| width="69%" | {{{pointsofinterest}}}
|-
|-
|}<noinclude>
|}<noinclude>
===Usage===
===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.
The Planet Infobox 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>
<pre><nowiki>
{{Infobox Planet
{{Infobox Planet
| image =
| image=
| name =
| name=
| region =
| region=
| sector =
| sector=
| system =
| system=
| galaxymaplink = (add only the link!)
| galaxymaplink=(add only the link!)
| atmosphere =  
| atmosphere=  
| climate =
| climate=
| terrain =
| terrain=
| population =
| size=
| capitalcity =
| population=
| majorcities =
| capitalcity=
| pointsofinterest=
}}
}}
</nowiki></pre>
</nowiki></pre>
[[Category:Infobox templates]]</noinclude>
[[Category:Infobox Templates]]</noinclude>

Latest revision as of 15:22, 1 October 2022

{{{image}}}
{{{name}}}
Astrographical Information
Region {{{region}}}
Sector {{{sector}}}
System {{{system}}}
Galaxy Map [{{{galaxymaplink}}} {{{name}}}]
Physical Information
Atmosphere {{{atmosphere}}}
Climate {{{climate}}}
Terrain {{{terrain}}}
Size {{{size}}}
Societal Information
Population {{{population}}}
Capital City {{{capitalcity}}}
Points of Interest {{{pointsofinterest}}}

Usage

The Planet Infobox 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=
| size=
| population=
| capitalcity=
| pointsofinterest=
}}