More actions
(updated sample to use Data: pulls) Tag: 2017 source edit |
(Updated fuel to Data) Tag: 2017 source edit |
||
Line 189: | Line 189: | ||
| header6 = Engine Info | | header6 = Engine Info | ||
| label7 = Fuel | | label7 = Fuel | ||
| data7 = # | | data7 = {{#invoke:Data|getEngineFuel|Example/engine}} | ||
| label8 = Thrust: 1 atm. (kN) | | label8 = Thrust: 1 atm. (kN) | ||
| data8 = {{#invoke:Data|getData|Example/engine|modules|engine|max_thrust|atm}} | | data8 = {{#invoke:Data|getData|Example/engine|modules|engine|max_thrust|atm}} |
Revision as of 21:27, 19 November 2024
Generate an infobox for an engine. Units are included in data labels, they do not have to be provided.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Part Image | image picture thumbnail | The filename of the part, including the file extension
| File | required |
Caption | caption subtitle | The part's classification per the in-game description.
| String | required |
Mass (t) | mass | Mass (t) | String | required |
Size | size | Size of part (using {{Size}})
| String | required |
Max Temperature (K) | max temp | Maximum withstandable engine temperature | String | required |
Impact Tolerance (m/s) | impact tol | The velocity at which a collision will destroy this part. | String | required |
Manufacturer | manufacturer maker brand | The in-game manufacturer of the part.
| String | required |
Fuel Type | fuel type fuel | The fuel this engine burns.
| String | required |
Thrust (1 atm) | atm thrust | The max thrust this engine creates at 1 atmosphere of pressure. | String | required |
Thrust (Vacuum) | vacuum thrust vac thrust thrust vac | The max thrust this engine creates in vacuum. | String | required |
Isp (1 atm) | atm isp | The specific impulse of this engine at 1 atmosphere of pressure. | String | required |
Isp (Vac.) | vacuum isp vac isp isp vac | The specific impulse of this engine in vacuum. | String | required |