Template:Infobox System: Difference between revisions

From One Nation Under Jou
Jump to navigation Jump to search
(created page for infobox system, added category)
 
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Infobox Templates]]
{|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%" valign="top" | Sector
| width="69%" | {{{sector}}}
|-
| width="31%" valign="top" | Galaxy Coordinates
| width="69%" | {{{galaxycoordinates}}}
|-
| width="31%" valign="top" | Suns
| width="69%" | {{{suns}}}
|-
| width="31%" valign="top" | Planets
| width="69%" | {{{planets}}}
|-
| width="31%" valign="top" | Moons
| width="69%" | {{{moons}}}
|-
| width="31%" valign="top" | Asteroids
| width="69%" | {{{asteroids}}}
|-
| width="31%" valign="top" | Space Stations
| width="69%" | {{{spacestations}}}
|-
| width="31%" valign="top" | Galaxy Map
| width="69%" | [{{{galaxymaplink}}} {{{name}}}]
|-
|}<noinclude>
 
===Usage===
 
The System Infobox template is used for System pages only, to describe the system. Paste the following code info the top of an article, filling all known fields, leaving unknown ones blank.
 
<pre><nowiki>
{{Infobox System
| image=
| name=
| region=
| sector=
| galaxycoordinates=
| suns=(number)
| planets=(number)
| moons=(number)
| asteroids=(number)
| spacestations=(number)
| galaxymaplink=(add only the link!)
}}
</nowiki></pre>
[[Category:Infobox Templates]]</noinclude>

Latest revision as of 18:50, 4 August 2023

{{{image}}}
{{{name}}}
Astrographical Information
Region {{{region}}}
Sector {{{sector}}}
Galaxy Coordinates {{{galaxycoordinates}}}
Suns {{{suns}}}
Planets {{{planets}}}
Moons {{{moons}}}
Asteroids {{{asteroids}}}
Space Stations {{{spacestations}}}
Galaxy Map [{{{galaxymaplink}}} {{{name}}}]

Usage

The System Infobox template is used for System pages only, to describe the system. Paste the following code info the top of an article, filling all known fields, leaving unknown ones blank.

{{Infobox System
| image=
| name=
| region=
| sector=
| galaxycoordinates=
| suns=(number)
| planets=(number)
| moons=(number)
| asteroids=(number)
| spacestations=(number)
| galaxymaplink=(add only the link!)
}}