Difference between revisions of "Template:Infobox/Body"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!show only if SoI ISN'T infinite;)
(-removed atmossh as there is a template for it now;)
Line 97: Line 97:
 
{{!}}-
 
{{!}}-
 
{{!}} {{lang|en=[[w:Scale_height|Scale Height]]|fr=[[w:fr:Hauteur_d'échelle|Hauteur_d'échelle]]|pl=[[w:Scale_height|Wysokość skali]]|ru=[[w:Scale_height|Шкала высоты]]|de=[[w:de:Skalenhöhe|Skalenhöhe]]}}
 
{{!}} {{lang|en=[[w:Scale_height|Scale Height]]|fr=[[w:fr:Hauteur_d'échelle|Hauteur_d'échelle]]|pl=[[w:Scale_height|Wysokość skali]]|ru=[[w:Scale_height|Шкала высоты]]|de=[[w:de:Skalenhöhe|Skalenhöhe]]}}
{{!}} {{{atmossh}}} m
+
{{!}} {{BodyData/ScaleHeight|{{{Name|{{BASEPAGENAME}}}}}}} m
 
{{!}}-
 
{{!}}-
 
{{!}} {{lang|en=Atmospheric Height|nl=Atmosferische hoogte|fr=Hauteur de l'Atmoshère|pl=Wysokość atmosfery|ru=Высота атмосферы|de=Atmosphärische Höhe}}
 
{{!}} {{lang|en=Atmospheric Height|nl=Atmosferische hoogte|fr=Hauteur de l'Atmoshère|pl=Wysokość atmosfery|ru=Высота атмосферы|de=Atmosphärische Höhe}}
{{!}} {{sigfigs|{{#expr: ln(1e-6) * -{{{atmossh|}}}}}|8}} m
+
{{!}} {{sigfigs|{{#expr: ln(1e-6) * -{{BodyData/ScaleHeight|{{{Name|{{BASEPAGENAME}}}}}}}}}|8}} m
 
{{!}}-
 
{{!}}-
 
{{!}} {{lang|en=[[w:Atmospheric_temperature|Temperature<sub>min</sub>]]|nl=[[w:Atmospheric_temperature|Temperatuur<sub>min</sub>]]|fr=[[w:Atmospheric_temperature|Température<sub>min</sub>]]|pl=[[w:pl:Temperatura|Temperatura<sub>min</sub>]]|ru=[[w:Atmospheric_temperature|Температура<sub>min</sub>]]|de=[[w:de:Lufttemperatur|Lufttemperatur<sub>min</sub>]]}}
 
{{!}} {{lang|en=[[w:Atmospheric_temperature|Temperature<sub>min</sub>]]|nl=[[w:Atmospheric_temperature|Temperatuur<sub>min</sub>]]|fr=[[w:Atmospheric_temperature|Température<sub>min</sub>]]|pl=[[w:pl:Temperatura|Temperatura<sub>min</sub>]]|ru=[[w:Atmospheric_temperature|Температура<sub>min</sub>]]|de=[[w:de:Lufttemperatur|Lufttemperatur<sub>min</sub>]]}}
Line 124: Line 124:
 
|SoI=200000
 
|SoI=200000
 
|highest=2357
 
|highest=2357
|atmossh=3000
 
 
|T-minC=-42
 
|T-minC=-42
 
|T-maxC=47
 
|T-maxC=47
Line 184: Line 183:
 
|-
 
|-
 
| colspan="3" | ''Atmospheric data are only needed if it has an atmosphere''
 
| colspan="3" | ''Atmospheric data are only needed if it has an atmosphere''
|-
 
| style="padding-left:2em" | <tt>atmossh</tt>
 
| No
 
| Atmospheric scale height in meters
 
 
|-
 
|-
 
| style="padding-left:2em" | <tt>T-minC</tt>
 
| style="padding-left:2em" | <tt>T-minC</tt>
Line 204: Line 199:
 
To deactivate orbital information (for example [[Kerbol]]) don't set <tt><nowiki>{{{Parent}}}</nowiki></tt>. The atmospheric information is hidden when {{Tl|BodyData/Pressure}} returns a value higher than 0.
 
To deactivate orbital information (for example [[Kerbol]]) don't set <tt><nowiki>{{{Parent}}}</nowiki></tt>. The atmospheric information is hidden when {{Tl|BodyData/Pressure}} returns a value higher than 0.
  
If the periapsis isn't defined it will assume a circular orbit where the apoapsis is identical to the periapsis. For the mass, radius and pressure at sealevel it uses the {{Tl|BodyData}} templates.
+
If the periapsis isn't defined it will assume a circular orbit where the apoapsis is identical to the periapsis. For the mass, radius, pressure at sea-level and scale height it uses the {{Tl|BodyData}} templates.
  
Ingame the apsis is calculated from the body surface. But because all values which depend on them needs to be from the center the values must be from the parent center.
+
Ingame the apsis is shown from the body surface. But because all values which depend on them needs to be from the center the values must be from the parent center.
  
 
== Dependencies ==
 
== Dependencies ==
Line 232: Line 227:
 
|SoI=
 
|SoI=
 
|highest=
 
|highest=
|atmossh=
 
 
|T-minC=
 
|T-minC=
 
|T-maxC=
 
|T-maxC=
Line 252: Line 246:
 
|SoI=200000
 
|SoI=200000
 
|highest=2357
 
|highest=2357
|atmossh=3000
 
 
|T-minC=-42
 
|T-minC=-42
 
|T-maxC=47
 
|T-maxC=47

Revision as of 08:29, 27 March 2013

Template:Planetbox

Usage

To avoid adding the information for each language this template should be used for each celestial body once (e.g. Duna/Data) and each page using that Planetbox (e.g. Duna itself) could use it with {{:Duna/Data}}.

Parameters

Name Optional Description
Name Yes Name of celestial body. Used to determine mass. Default: {{BASEPAGENAME}}
Class No Class of celestial body. This will be translated!
File No Filename to image of the celestial object
Parent Yes Object which this object does orbit. If net set it hides the orbital information. Default: Not set
apoap No Apoapsis in meters from parents center
periap Yes Periapsis in meters from parents center. Default: Apoapsis
orbinc No Orbital inclination in degrees.
anomaly No Mean anomaly in degrees
sidrot No Siderial period in seconds
SoI No Sphere of influence in meters. Special value: ∞
highest Yes Highest elevation in meters. Default: Not set
Atmospheric data are only needed if it has an atmosphere
T-minC No Lowest temperature in degrees celsius
T-maxC No Highest temperature in degrees celsius
O2yorn No Is oxygen present? (Yes/No)

To deactivate orbital information (for example Kerbol) don't set {{{Parent}}}. The atmospheric information is hidden when {{BodyData/Pressure}} returns a value higher than 0.

If the periapsis isn't defined it will assume a circular orbit where the apoapsis is identical to the periapsis. For the mass, radius, pressure at sea-level and scale height it uses the {{BodyData}} templates.

Ingame the apsis is shown from the body surface. But because all values which depend on them needs to be from the center the values must be from the parent center.

Dependencies

Some values are calculated automatically:

  • Periapsis: Semi-major axis, Orbital eccentricity, Orbital velocity
  • Apoapsis: Semi-major axis, Orbital eccentricity, Orbital velocity
  • Orbital period: Orbital velocity
  • Radius: Surface Area, Density, Surface Gravity, Synchronous Orbit
  • Mass: Gravitational Parameter, Density, Surface Gravity, Synchronous Orbit
  • Sidereal Rotation Period: Sidereal Rotational Velocity, Synchronous Orbit
  • Scale Height: Atmospheric Height
  • Atmospheric pressure (in atm): Atmospheric pressure (in kPa)

Template

{{Planetbox
|Name=
|Class=
|File=
|Parent= 
|apoap=
|periap=
|orbinc=
|anomaly=
|sidrot=
|SoI=
|highest=
|T-minC=
|T-maxC=
|O2yorn=
}}

Example

Example used on this page:

{{Planetbox
|Class=Planet
|File=Image-needed.png
|Parent=Gilly
|apoap=1337000
|periap=470000
|orbinc=7.4
|anomaly=4.2
|orbps=36000
|sidrot=3600
|SoI=200000
|highest=2357
|T-minC=-42
|T-maxC=47
|O2yorn=no
}}

Translating

This template support following languages:

  • English: Everything supported
  • Nederlands (Dutch): Subsections (like “Orbital Characteristics”) and most of the columns are supported
  • Français (French): Subsections (like “Orbital Characteristics”) and most of the columns are supported
  • Русский (Russian): Everything supported
  • Polski (Polish): Everything supported
  • German (Deutsch): Everything supported