Difference between revisions of "World"
From Unofficial Stationeers Wiki
m |
Starviking (talk | contribs) (Undo revision 21953 by Starviking (talk)) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Infobox | + | <includeonly>{{Infobox |
| name = World | | name = World | ||
| title = {{{name}}} | | title = {{{name}}} | ||
Line 9: | Line 9: | ||
| data4 = {{#expr:{{{solarenergy}}}*100round0}} % Earth | | data4 = {{#expr:{{{solarenergy}}}*100round0}} % Earth | ||
| label6 = [[Solar Inclination]] | | label6 = [[Solar Inclination]] | ||
− | | data6 = {{{solarinclination}}} ° | + | | data6 = {{{solarinclination}}}° |
| header8 = [[Atmosphere]] | | header8 = [[Atmosphere]] | ||
| label10 = [[Temperature]] | | label10 = [[Temperature]] | ||
− | | data10 = {{{mintemp}}} K - {{{maxtemp}}} K | + | | data10 = {{{mintemp}}} K {{#if:{{{maxtemp|}}}|- {{{maxtemp}}} K}} |
| label12 = [[Pressure]] | | label12 = [[Pressure]] | ||
| data12 = {{{pressure}}} kPa | | data12 = {{{pressure}}} kPa | ||
Line 29: | Line 29: | ||
| label26 = [[Water]]{{icon|h2o}} | | label26 = [[Water]]{{icon|h2o}} | ||
| data26 = {{#if:{{{water|}}} | {{{water|}}} %}} | | data26 = {{#if:{{{water|}}} | {{{water|}}} %}} | ||
− | }} | + | }}[[Category:Worlds]]</includeonly><noinclude> |
− | <noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
− | "image": {}, | + | "image": { |
− | "caption": {}, | + | "type": "wiki-file-name" |
+ | }, | ||
+ | "caption": { | ||
+ | "type": "string" | ||
+ | }, | ||
"gravity": { | "gravity": { | ||
"label": "Gravity", | "label": "Gravity", | ||
"description": "Gravity value in meters per second squared, as defined in the world settings flie", | "description": "Gravity value in meters per second squared, as defined in the world settings flie", | ||
"example": "-9.81", | "example": "-9.81", | ||
− | "required": true | + | "required": true, |
+ | "type": "number" | ||
}, | }, | ||
"solarenergy": { | "solarenergy": { | ||
Line 68: | Line 72: | ||
"description": "Maximum temperature of the atmosphere in Kelvin, as specified in the world settings file", | "description": "Maximum temperature of the atmosphere in Kelvin, as specified in the world settings file", | ||
"example": "293.15 for Mars", | "example": "293.15 for Mars", | ||
− | "type": "number" | + | "type": "number" |
− | |||
}, | }, | ||
"pressure": { | "pressure": { | ||
Line 75: | Line 78: | ||
"description": "Atmospheric pressure in kPa", | "description": "Atmospheric pressure in kPa", | ||
"example": "3 for Mars", | "example": "3 for Mars", | ||
− | "required": true | + | "required": true, |
+ | "type": "number" | ||
+ | }, | ||
+ | "carbondioxide": { | ||
+ | "description": "Percentage of Carbon Dioxide in the atmosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "nitrogen": { | ||
+ | "description": "Percentage of Nitrogen in the atmosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "nitrousoxide": { | ||
+ | "description": "Percentage of Nitrous Oxide in the atmosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "oxygen": { | ||
+ | "description": "Percentage of Oxygen in the atmosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "pollutants": { | ||
+ | "description": "Percentage of Pollutants in the amosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "volatiles": { | ||
+ | "description": "Percentage of Volatiles in the atmosphere", | ||
+ | "type": "number" | ||
+ | }, | ||
+ | "water": { | ||
+ | "description": "Percentage of Water in the atmosphere" | ||
}, | }, | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
"name": { | "name": { | ||
"label": "World name", | "label": "World name", | ||
"description": "World name as specified in the world settings file", | "description": "World name as specified in the world settings file", | ||
"example": "Moon", | "example": "Moon", | ||
− | "required": true | + | "required": true, |
+ | "type": "string" | ||
} | } | ||
}, | }, |
Latest revision as of 19:41, 6 August 2024
WorldImage ImageCaption | |
Gravity | -9.81 m/s2 ≡ 100 % Earth |
---|---|
Solar Energy | 100 % Earth |
Solar Inclination | 0° |
Atmosphere | |
Temperature | 273.15 K - 293.15 K |
Pressure | 101 kPa |
Carbon Dioxide | 0 % |
Nitrogen | 70 % |
Nitrous Oxide | 0 % |
Oxygen | 30 % |
Pollutants | 0 % |
Volatiles | 0 % |
Water | 0 % |
Summary[edit]
Use this template to describe the world's features.
Example[edit]
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[edit]
{{World | name = | image = | caption = | gravity = | solarenergy = | solarinclination = | mintemp = | maxtemp = | pressure = | carbondioxide = | nitrogen = | nitrousoxide = | oxygen = | pollutants = | volatiles = | water = }}
The above documentation is transcluded from Template:World/doc. (edit | history) Editors can experiment in this template's sandbox (edit | diff) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
Template for World data
Parameter | Description | Type | Status | |
---|---|---|---|---|
World name | name | World name as specified in the world settings file
| String | required |
Image | image | no description
| File | optional |
Caption | caption | no description
| String | optional |
Gravity | gravity | Gravity value in meters per second squared, as defined in the world settings flie
| Number | required |
Solar energy | solarenergy | Solar energy in percentage of Earth's solar energy, as specified in the world settings file
| Number | required |
Solar inclination | solarinclination | Solar inclination as an ecliptic angle in degrees (angle between the celestial and ecliptical north poles), as defined in the world settings file
| Number | required |
Minimum temperature | mintemp | Minimum temperature of the atmosphere in Kelvin, as specified in the world settings file
| Number | required |
Maximum temperature | maxtemp | Maximum temperature of the atmosphere in Kelvin, as specified in the world settings file
| Number | optional |
Pressure | pressure | Atmospheric pressure in kPa
| Number | required |
Carbondioxide | carbondioxide | Percentage of Carbon Dioxide in the atmosphere
| Number | optional |
Nitrogen | nitrogen | Percentage of Nitrogen in the atmosphere
| Number | optional |
Nitrousoxide | nitrousoxide | Percentage of Nitrous Oxide in the atmosphere
| Number | optional |
Oxygen | oxygen | Percentage of Oxygen in the atmosphere
| Number | optional |
Pollutants | pollutants | Percentage of Pollutants in the amosphere
| Number | optional |
Volatiles | volatiles | Percentage of Volatiles in the atmosphere
| Number | optional |
Water | water | Percentage of Water in the atmosphere
| Unknown | optional |