Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:World/doc: Difference between revisions

Template page
Mallaco (talk | contribs)
Created page with "{{World | name = WorldName | image = WorldImage | caption = ImageCaption | gravity = -9.81 | solarenergy = 1.0 | solarincli..."
 
RA2lover (talk | contribs)
 
(2 intermediate revisions by one other user not shown)
Line 54: Line 54:
  |      solarenergy =  
  |      solarenergy =  
  | solarinclination =  
  | solarinclination =  
  |         mintempv =
  |         mintemp =  
  |          maxtemp =
  |          maxtemp =  
  |        pressure =
  |        pressure =  
  |    carbondioxide =  
  |    carbondioxide =  
  |        nitrogen =  
  |        nitrogen =  
Line 62: Line 62:
  |          oxygen =  
  |          oxygen =  
  |      pollutants =  
  |      pollutants =  
|        hydrogen =
| hydrochloric_acid=
  |        volatiles =  
  |        volatiles =  
  |            water =  
  |            water =  
}}</nowiki>
}}</nowiki>

Latest revision as of 09:14, 28 February 2026

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

0 %
Nitrogen

70 %
Nitrous Oxide

0 %
Oxygen

30 %
Pollutants

0 %
Volatiles

0 %
Water

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 = 
}}