Actions

Template

Editing World

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
<includeonly>{{Infobox
+
{{Infobox
  |     name = World
+
  | title = {{{name|}}}
|    title = {{{name}}}
+
  | image = {{{image|}}}
  |   image = {{{image|}}}
+
  | header1 = Atmosphere
  | caption = {{{caption|}}}
+
  | label2 = Pressure
  | label2 = [[Gravity]]
+
  | data2 = {{{Pressure|}}}
  |   data2 = {{{gravity}}} m/s<sup>2</sup> ≡ {{#expr:{{{gravity}}}*100/-9.81round0}} % Earth
+
  | label3 = [[Oxygen]]
|  label4  = [[Solar Energy]]
+
  | data3 = {{{Oxygen|}}}%
|  data4  = {{#expr:{{{solarenergy}}}*100round0}} % Earth
+
  | label4 = [[Carbon Dioxide]]
| label6  = [[Solar Inclination]]
+
  | data4 = {{{CarbonDioxide|}}}%
|  data6  = {{{solarinclination}}}°
+
  | label5 = [[Nitrogen]]
  | header8  = [[Atmosphere]]
+
  | data5 = {{{Nitrogen|}}}%
  | label10 = [[Temperature]]
+
  | label6 = [[Volatiles]] (hydrogen, chloromethane, etc.)
|  data10 = {{{mintemp}}} K {{#if:{{{maxtemp|}}}|- {{{maxtemp}}} K}}
+
  | data6 = {{{Hydrogen|}}}%
  | label12 = [[Pressure]]
+
  | label7 = [[Pollutant]] (chlorine, sulfides, etc.)
|  data12 = {{{pressure}}} kPa
+
  | data7 = {{{Pollutant|}}}%
|  label14 = [[Carbon Dioxide]]{{icon|co2}}
+
}}
  |   data14 = {{#if:{{{carbondioxide|}}} | {{{carbondioxide|}}} %}}
+
<noinclude>
  | label16 = [[Nitrogen]]{{icon|n}}
+
{{/Doc}}
  |   data16 = {{#if:{{{nitrogen|}}} | {{{nitrogen|}}} %}}
 
  | label18 = [[Nitrous Oxide]]{{icon|n2o}}
 
  |   data18 = {{#if:{{{nitrousoxide|}}} | {{{nitrousoxide|}}} %}}
 
  | label20 = [[Oxygen]]{{icon|o2}}
 
  |   data20 = {{#if:{{{oxygen|}}} | {{{oxygen|}}} %}}
 
|  label22 = [[Pollutant|Pollutants]]{{icon|x}}
 
|  data22 = {{#if:{{{pollutants|}}} | {{{pollutants|}}} %}}
 
|  label24 = [[Volatiles]]{{icon|h2}}
 
|  data24 = {{#if:{{{volatiles|}}} | {{{volatiles|}}} %}}
 
|  label26 = [[Water]]{{icon|h2o}}
 
|  data26 = {{#if:{{{water|}}} | {{{water|}}} %}}
 
}}[[Category:Worlds]]</includeonly><noinclude>
 
{{Documentation}}
 
<templatedata>
 
{
 
"params": {
 
"image": {
 
"type": "wiki-file-name"
 
},
 
"caption": {
 
"type": "string"
 
},
 
"gravity": {
 
"label": "Gravity",
 
"description": "Gravity value in meters per second squared, as defined in the world settings flie",
 
"example": "-9.81",
 
"required": true,
 
"type": "number"
 
},
 
"solarenergy": {
 
"label": "Solar energy",
 
"description": "Solar energy in percentage of Earth's solar energy, as specified in the world settings file",
 
"example": "0.91 for Mars",
 
"type": "number",
 
"required": true
 
},
 
"solarinclination": {
 
"label": "Solar inclination",
 
"description": "Solar inclination as an ecliptic angle in degrees (angle between the celestial and ecliptical north poles), as defined in the world settings file",
 
"example": "8 for mars",
 
"type": "number",
 
"required": true
 
},
 
"mintemp": {
 
"label": "Minimum temperature",
 
"description": "Minimum temperature of the atmosphere in Kelvin, as specified in the world settings file",
 
"example": "278.15 for Mars",
 
"type": "number",
 
"required": true
 
},
 
"maxtemp": {
 
"label": "Maximum temperature",
 
"description": "Maximum temperature of the atmosphere in Kelvin, as specified in the world settings file",
 
"example": "293.15 for Mars",
 
"type": "number"
 
},
 
"pressure": {
 
"label": "Pressure",
 
"description": "Atmospheric pressure in kPa",
 
"example": "3 for Mars",
 
"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": {
 
"label": "World name",
 
"description": "World name as specified in the world settings file",
 
"example": "Moon",
 
"required": true,
 
"type": "string"
 
}
 
},
 
"description": "Template for World data",
 
"paramOrder": [
 
"name",
 
"image",
 
"caption",
 
"gravity",
 
"solarenergy",
 
"solarinclination",
 
"mintemp",
 
"maxtemp",
 
"pressure",
 
"carbondioxide",
 
"nitrogen",
 
"nitrousoxide",
 
"oxygen",
 
"pollutants",
 
"volatiles",
 
"water"
 
],
 
"format": "block"
 
}
 
</templatedata>
 
 
</noinclude>
 
</noinclude>
 +
<includeonly>
 +
[[Category:Worlds]]
 +
</includeonly>

Please note that all contributions to Unofficial Stationeers Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Unofficial Stationeers Wiki:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)