Template:Atmosphere: Difference between revisions
Appearance
 |
Cdjensen94 (talk | contribs) Â |
||
| Line 1: | Line 1: | ||
<includeonly> | |||
<infobox> | <infobox> | ||
<title source=" | <title source="name"> | ||
<default>{{PAGENAME}}</default> | <default>{{PAGENAME}}</default> | ||
</title> | </title> | ||
| Line 16: | Line 17: | ||
</data> | </data> | ||
<header>Composition</header> | <header>Composition</header> | ||
<data source=" | <data source="contents"> | ||
<label>Primary Gases</label> | <label>Primary Gases</label> | ||
<default>Unknown</default> | <default>Unknown</default> | ||
| Line 41: | Line 42: | ||
<data source="related"> | <data source="related"> | ||
<label>Related Atmospheres</label> | <label>Related Atmospheres</label> | ||
</data> | </data> | ||
</infobox> | </infobox> | ||
</includeonly> | |||
<noinclude> | |||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"universe": { | |||
"type": "wiki-page-name" | |||
}, | |||
"name": {}, | |||
"type": {}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"classification": {}, | |||
"pressure": { | |||
"type": "content" | |||
}, | |||
"temperature": { | |||
"type": "content" | |||
}, | |||
"molar_mass": { | |||
"type": "content" | |||
}, | |||
"compounds": { | |||
"type": "content" | |||
}, | |||
"effects": { | |||
"type": "content" | |||
}, | |||
"worlds": { | |||
"type": "content" | |||
}, | |||
"related": { | |||
"type": "content" | |||
}, | |||
"contents": { | |||
"type": "content" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"universe", | |||
"type", | |||
"classification", | |||
"contents", | |||
"pressure", | |||
"temperature", | |||
"molar_mass", | |||
"compounds", | |||
"effects", | |||
"worlds", | |||
"related" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> | |||