Template:Combustion: Difference between revisions
Template page
More actions
Add visual editor template documentation |
mNo edit summary |
||
| Line 4: | Line 4: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Display a | "description": "Display a combustion reaction, automatically calculating combustion energy.", | ||
"params":{ | "params":{ | ||
"Fuel": { | "Fuel": { | ||
Revision as of 22:15, 15 March 2026
Template script at Module:Combustion.
Display a combustion reaction, automatically calculating combustion energy.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Fuel | Fuel | The fuel (or hypergol) used in the combustion, along with its quantity. Example: Methane, 2
| String | required |
| Oxidizer | Oxidizer | The oxidizer used in the combustion, along with its quantity. Example: Oxygen, 1
| String | suggested |
| Output | Output | The oxidizer used in the combustion, along with its quantity. Example: Carbon Dioxide, 6 | String | suggested |
Additional outputs can be created by creating more fields with names starting with "Output". Example: "Output2" with value "Pollutant, 3"
Use example:
{{Combustion|Fuel = Methane, 3|Oxidizer = Ozone, 2|Output = Pollutant, 3|Output2 = Carbon Dioxide, 6| Output3 = Steam, 1}}
->