Template:Combustion: Difference between revisions
More actions
mNo edit summary |
mNo edit summary |
||
| Line 26: | Line 26: | ||
"required": false, | "required": false, | ||
"suggested": true, | "suggested": true, | ||
"description": "The oxidizer used in the combustion, along with its quantity. Example: Carbon Dioxide, 6" | "description": "The oxidizer used in the combustion, along with its quantity. If required, additional outputs can be created with undocumented parameters with names starting with 'Output'. Example: Carbon Dioxide, 6" | ||
} | } | ||
} | } | ||
Revision as of 22:18, 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. If required, additional outputs can be created with undocumented parameters with names starting with 'Output'. 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}}
->