Template:Infobox Planet: Difference between revisions
Jump to navigation
Jump to search
Alani Myrtel (talk | contribs) (Added template page (UC)) |
No edit summary |
||
(18 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{|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="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="31%" | Size | |||
| width="69%" | {{{size}}} | |||
|- | |||
| width="100%" colspan="2" style="background-color: #19234d;" | <font color=white>'''Societal Information'''</font> | |||
|- | |||
| width="31%" valign="top" | Population | |||
| width="69%" valign="top" | {{{population}}} | |||
|- | |||
| width="31%" | Capital City | |||
| 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%" | Points of Interest | |||
| width="69%" | {{{pointsofinterest}}} | |||
|- | |||
|}<noinclude> | |||
===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. | |||
<pre><nowiki> | |||
{{Infobox Planet | |||
| image= | |||
| name= | |||
| region= | |||
| sector= | |||
| system= | |||
| galaxymaplink=(add only the link!) | |||
| atmosphere= | |||
| climate= | |||
| terrain= | |||
| size= | |||
| population= | |||
| capitalcity= | |||
| pointsofinterest= | |||
}} | |||
</nowiki></pre> | |||
[[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= }}