Template:Combustion: Difference between revisions
More actions
mNo edit summary |
mNo edit summary |
||
| Line 11: | Line 11: | ||
"required": true, | "required": true, | ||
"description": "The fuel (or hypergol) used in the combustion, along with its quantity. Example: Methane, 2", | "description": "The fuel (or hypergol) used in the combustion, along with its quantity. Example: Methane, 2", | ||
"suggestedvalues": ["Methane, | "suggestedvalues": ["Methane, ", "Hydrogen, ", "Alcohol, 1", "Hydrazine, 1"] | ||
}, | }, | ||
"Oxidizer": { | "Oxidizer": { | ||
| Line 19: | Line 19: | ||
"suggested": true, | "suggested": true, | ||
"description": "The oxidizer used in the combustion, along with its quantity. Example: Oxygen, 1", | "description": "The oxidizer used in the combustion, along with its quantity. Example: Oxygen, 1", | ||
"suggestedvalues": ["Oxygen, | "suggestedvalues": ["Oxygen, ", "Nitrous Oxide, ", "Ozone, "] | ||
}, | }, | ||
"Output": { | "Output": { | ||
| 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. Example: Carbon Dioxide, 6", | ||
"suggestedvalues": ["Carbon Dioxide, ", "Pollutant, ", "Steam, ","Nitrogen, "] | |||
}, | }, | ||
"Output2": { | "Output2": { | ||
| Line 33: | Line 34: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"description": "Additional combustion output." | "description": "Additional combustion output.", | ||
"suggestedvalues": ["Carbon Dioxide, ", "Pollutant, ", "Steam, ","Nitrogen, "] | |||
}, | }, | ||
"Output3": { | "Output3": { | ||
| Line 40: | Line 42: | ||
"required": false, | "required": false, | ||
"suggested": false, | "suggested": false, | ||
"description": "Additional combustion output." | "description": "Additional combustion output.", | ||
"suggestedvalues": ["Carbon Dioxide, ", "Pollutant, ", "Steam, ","Nitrogen, "] | |||
} | } | ||
Revision as of 22:28, 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
| Line | required |
| Oxidizer | Oxidizer | The oxidizer used in the combustion, along with its quantity. Example: Oxygen, 1
| Line | suggested |
| Output | Output | The oxidizer used in the combustion, along with its quantity. Example: Carbon Dioxide, 6
| Line | suggested |
| Output 2 | Output2 | Additional combustion output.
| Line | optional |
| Output 3 | Output3 | Additional combustion output.
| Line | optional |
Additional outputs can be created by creating more fields with names starting with "Output" on the source editor. Example: "Output4" with value "Pollutant, 3"
Use example:
{{Combustion|Fuel = Methane, 3|Oxidizer = Ozone, 2|Output = Pollutant, 3|Output2 = Carbon Dioxide, 6| Output3 = Steam, 1}}
->