The wiki has moved!

Visit the new wiki at stationeers-wiki.com The old wiki here at legacy.stationeers-wiki.com will sunset eventually.

Edits made after the 7th of March 6PM EST were NOT carried over to the new server as previously announced right here in this box.

 Actions

Template

Difference between revisions of "World"

From Unofficial Stationeers Wiki

(changed hydrogen into volatiles etc.)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
 +
| name  = World
 
  | title = {{{name|}}}
 
  | title = {{{name|}}}
 
  | image =  {{{image|}}}
 
  | image =  {{{image|}}}
Line 17: Line 18:
 
}}
 
}}
 
<noinclude>
 
<noinclude>
{{/Doc}}
+
{{Documentation}}
 
</noinclude>
 
</noinclude>
 
<includeonly>
 
<includeonly>
 
[[Category:Worlds]]
 
[[Category:Worlds]]
 
</includeonly>
 
</includeonly>

Revision as of 05:55, 6 August 2023

Atmosphere
Oxygen %
Carbon Dioxide %
Nitrogen %
Volatiles (hydrogen, chloromethane, etc.) %
Pollutant (chlorine, sulfides, etc.) %
Template documentation[view] [edit] [history] [purge]
WorldName
WorldImage
ImageCaption
Gravity -9.81 m/s2 ≡ 100 % Earth
Solar Energy 100 % Earth
Solar Inclination
Atmosphere
Temperature 273.15 K - 293.15 K
Pressure 101 kPa
Carbon Dioxide

Icon-carbondioxide.png

0 %
Nitrogen

Icon-nitrogen.png

70 %
Nitrous Oxide

Icon-nitrousoxide.png

0 %
Oxygen

Icon-oxygen.png

30 %
Pollutants

Icon-pollutant.png

0 %
Volatiles

Icon-volatiles.png

0 %
Water

Icon-water.png

0 %

Summary

Use this template to describe the world's features.

Example

The following code produces the table on the right.

{{World
 |             name = WorldName
 |            image = WorldImage
 |          caption = ImageCaption
 |          gravity = -9.81
 |      solarenergy = 1.0
 | solarinclination = 0
 |          mintemp = 273.15
 |          maxtemp = 293.15
 |         pressure = 101
 |    carbondioxide = 0
 |         nitrogen = 70
 |     nitrousoxide = 0
 |           oxygen = 30
 |       pollutants = 0
 |        volatiles = 0
 |            water = 0
}}

Empty Template

{{World
 |             name = 
 |            image = 
 |          caption = 
 |          gravity = 
 |      solarenergy = 
 | solarinclination = 
 |          mintemp = 
 |          maxtemp = 
 |         pressure = 
 |    carbondioxide = 
 |         nitrogen = 
 |     nitrousoxide = 
 |           oxygen = 
 |       pollutants = 
 |         hydrogen =
 | hydrochloric_acid= 
 |        volatiles = 
 |            water = 
}}