No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#if:{{{name|}}}|== {{{name}}} ==|}} | |||
{| | {| | ||
|style="text-align:right; padding-right: 5px;"|''Class:'' | |style="text-align:right; padding-right: 5px;"|''Class:'' | ||
Line 17: | Line 18: | ||
<noinclude> | <noinclude> | ||
== Documentation == | == Documentation == | ||
Any value not given will default to unknown. For planetary classes see the [[Planet Classification]] page. | Any value not given will default to unknown, except the name which if specified will be a header but if not present the header will be omitted. For planetary classes see the [[Planet Classification]] page. | ||
Template is used as follows: | Template is used as follows: | ||
<pre> | <pre> | ||
{{Planet Data | {{Planet Data | ||
|name= Planet Name | |||
|class= Planet Class | |class= Planet Class | ||
|distance= Distance from Star (i.e. 1 AU for Earth) | |distance= Distance from Star (i.e. 1 AU for Earth) | ||
Line 34: | Line 36: | ||
<pre> | <pre> | ||
{{Planet Data | {{Planet Data | ||
|name=Earth | |||
|class=M | |class=M | ||
|distance=1 AU | |distance=1 AU | ||
Line 44: | Line 47: | ||
This code creates: | This code creates: | ||
{{Planet Data | {{Planet Data | ||
|name=Earth | |||
|class=M | |class=M | ||
|distance=1 AU | |distance=1 AU |
Revision as of 04:41, 25 December 2021
Class: | Unknown |
Distance: | Unknown |
Period: | Unknown |
Radius: | Unknown |
Gravity: | Unknown |
Documentation
Any value not given will default to unknown, except the name which if specified will be a header but if not present the header will be omitted. For planetary classes see the Planet Classification page.
Template is used as follows:
{{Planet Data |name= Planet Name |class= Planet Class |distance= Distance from Star (i.e. 1 AU for Earth) |period= Orbital Period (i.e. time for 1 revolution) |radius= Radius of Planetary Body (i.e. how big the planet is) |gravity= Gravitational Pull (Gravitational pull of the planet in G's at the surface) }}
Example
The following code is for Earth:
{{Planet Data |name=Earth |class=M |distance=1 AU |period=365.25 Days |radius=6563 km |gravity=1 G }}
This code creates:
Earth
Class: | M |
Distance: | 1 AU |
Period: | 365.25 Days |
Radius: | 6563 km |
Gravity: | 1 G |