Empyrion: Galactic Survival Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
{{{name}}}
Template-info Documentation

Usage

Infobox for Planets and moons. They are intended for key information at a glance. Detail explanation is in the contents of the rest of a page.
{{Infobox Planet
 | name         =   // name of the planet or moon. (use {{PAGENAME}} only)
 | image        =   // image of the planet or moon, use only the name of the image. (i.e Aestus.png)
 | type         =   // type of planet. (i.e Temperate, Barren, Moon)
 | gravity      =   // gravity of the planet. (use only the numeric value, unit will be placed automatically)
 | temp         =   // temperature of the planet or moon. (use only the numeric value, unit will be placed automatically)
 | rad          =   // radiation level of the planet or moon. (use only the numeric value, unit will be placed automatically)
 | atmo         =   // atmospheric density of the planet. (use only the numeric value, unit will be placed automatically)
 | breath       =   // breathable or non-breathable. (i.e 6%/No)
 | mode         =   // PvP or PvE.
 | moon         =   // number of moon(s). (use only the numeric value, if no moon is present use 0)
 | resources    =   // any resources. 
 | depletion    =   // meteorites depletion. (i.e [[Erestrum Ore]]<bar>[[Gold Ore]], if nothing type None)
 | random       =   // meteorites random. (if nothing type None)
}}

Example

template example output
{{Infobox Planet
 | name         =   
 | image        =   
 | type         =   
 | gravity      =   
 | temp         =   
 | rad          =   
 | atmo         =   
 | breath       =   
 | mode         =   
 | moon         =   
 | resources    =   
 | depletion    =   
 | random       =   
}}
{{Infobox Planet
 | name         =   {{PAGENAME}}
 | image        =   Aestus.png
 | type         =   Lava
 | gravity      =   1.14
 | temp         =   70/90
 | rad          =   19.7
 | atmo         =   1.425
 | breath       =   6%/No
 | mode         =   PvP
 | moon         =   0
 | resources    =   [[Gold Ore]]<br>[[Neodymium Ore]]<br>[[Sathium Ore]]
 | depletion    =   [[Erestrum Ore]]<br>[[Promethium Ore]]
 | random       =   None
}}
Infobox Planet
Aestus
Type
Lava
Gravity
1.14g
Temperature(Min/Max)
70/90°C
Radiation
19.7
Atmosphere Density
1.425Kg/m3
O2Content/Breathable
6%/No
Mode
PvP
Moon
0
Resources
Gold Ore
Neodymium Ore
Sathium Ore
Meteorites (Depletion)
Erestrum Ore
Promethium Ore
Meteorites (Random)
None
Advertisement