Difference between revisions of "Template:OrbitAltitude/Core"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<includeonly>{{#expr:(({{{1}}}^2 * {{G}} * {{{2}}}/(4 * pi^2)) ^ (1/3)) - {{{3}}}}}</includeonly><noinclude>Calcuates the orbital height without any formatting. {| ! # ! Desc...")
 
m (+cat; +class for table;)
Line 1: Line 1:
<includeonly>{{#expr:(({{{1}}}^2 * {{G}} * {{{2}}}/(4 * pi^2)) ^ (1/3)) - {{{3}}}}}</includeonly><noinclude>Calcuates the orbital height without any formatting.
+
<includeonly>{{#expr:(({{{1}}}^2 * {{G}} * {{{2}}}/(4 * pi^2)) ^ (1/3)) - {{{3|0}}}}}</includeonly><noinclude>Calcuates the orbital height without any formatting.
  
{|
+
{| class="wikitable"
 
! #
 
! #
 
! Description
 
! Description
Line 12: Line 12:
 
|-
 
|-
 
| 3
 
| 3
| Radius (m)
+
| Radius (m), Default is 0 m.
|}</noinclude>
+
|}
 +
 
 +
[[Category:Templates|OrbitAltitude/Core]]</noinclude>

Revision as of 19:30, 22 April 2013

Calcuates the orbital height without any formatting.

# Description
1 Period (s)
2 Mass (kg)
3 Radius (m), Default is 0 m.