Template:Planet: Difference between revisions

From 118Wiki
Jump to navigation Jump to search
m (formatting tweak.)
(adding in fault tolerance for temp and radius)
Line 23: Line 23:
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Orbital Radius  
| Orbital Radius  
| {{{radius}}} AU
| {{#if:{{{radius|}}}|{{{radius|}}} AU|????}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Eccentricity
| Eccentricity
Line 46: Line 46:
|- style="vertical-align:top; background:#f0f0f0;"
|- style="vertical-align:top; background:#f0f0f0;"
| Blackbody Temp
| Blackbody Temp
| {{{blackbody}}}°K ({{#iferror:{{#expr: {{{blackbody|}}}-272.15}}}}°C)
| {{#if:{{{blackbody|}}}|{{{blackbody}}}°K ({{#expr:{{{blackbody|}}}-272.15}}°C)|???}}
|- style="vertical-align:top;"
|- style="vertical-align:top;"
| Gravity
| Gravity

Revision as of 09:49, 4 March 2019

{{{image}}}
{{{name}}}
Stellar Cartography
Region {{{region}}}
Sector {{{sector}}}
System {{{system}}}
Sun(s) {{{suns}}}
Moon(s) {{{moons}}}
Orbital Radius ????
Eccentricity {{{eccentricity}}}
Class {{{class}}}
Physical
Diameter {{{diameter}}}
Atmosphere {{{atmosphere}}}
Hydrosphere {{{hydrosphere}}}
Climate {{{climate}}}
Blackbody Temp ???
Gravity {{{gravity}}}
Primary terrain {{{terrain}}}
Points of interest {{{interest}}}
Length of Day {{{lengthday}}}
Length of Year {{{lengthyear}}}
Native species {{{species}}}
Other species {{{otherspecies}}}
Societal
Official Language {{{language}}}
Population {{{population}}}
Technological Classification {{{techclass}}}
Major cities {{{cities}}}
Imports {{{imports}}}
Exports {{{exports}}}
Affiliation {{{affiliation}}}
Government {{{government}}}

Usage instructions

Paste the following code into the top of an article, filling all known fields:

(Note: Only put the Kelvin number in blackbody, it will auto calculate the Celsius. If you don't know either, leave it blank.). It will also auto include AU for orbital radius.

{{planet
|name=
|image=
|region=
|sector=
|system=
|suns=
|moons=
|radius=
|eccentricity=0
|class=
|diameter=
|atmosphere=
|hydrosphere=
|gravity=
|blackbody= 
|climate=
|terrain=
|interest=
|lengthday=
|lengthyear=
|species=
|otherspecies=
|language=
|population=
|techclass=
|cities=
|imports=
|exports=
|affiliation=
|government=
}}