Template:Infobox engines: Difference between revisions
Jump to navigation
Jump to search
header style changes, param name changes, moving some of this to the usable template section Tag: 2017 source edit |
Implemented some engine specs and manufacturer line Tag: 2017 source edit |
||
| Line 34: | Line 34: | ||
"label": "Mass (t)", | "label": "Mass (t)", | ||
"description": "Mass (t)", | "description": "Mass (t)", | ||
"type": "string", | |||
"required": true | |||
}, | |||
"fuel type": { | |||
"aliases": [ | |||
"fuel" | |||
], | |||
"label": "Fuel Type", | |||
"description": "The fuel this engine burns.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Methalox", | |||
"Methane", | |||
"Monopropellant", | |||
"Solid Fuel", | |||
"Hydrogen", | |||
"Xenon" | |||
], | |||
"required": true | |||
}, | |||
"vacuum thrust": { | |||
"aliases": [ | |||
"vac thrust", | |||
"thrust vac" | |||
], | |||
"label": "Thrust (Vacuum)", | |||
"description": "The max thrust this engine creates in vacuum", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"vacuum isp": { | |||
"aliases": [ | |||
"vac isp", | |||
"isp vac" | |||
], | |||
"label": "Isp (Vac.)", | |||
"description": "The specific impulse of this engine in vacuum.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"manufacturer": { | |||
"aliases": [ | |||
"maker", | |||
"brand" | |||
], | |||
"label": "Manufacturer", | |||
"description": "The in-game manufacturer of the part.", | |||
"example": "Jebediah's Junkyard", | |||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 45: | Line 93: | ||
"size", | "size", | ||
"max temp", | "max temp", | ||
"impact tol" | "impact tol", | ||
"manufacturer", | |||
"fuel type", | |||
"vacuum thrust", | |||
"vacuum isp" | |||
] | ] | ||
} | } | ||
| Line 75: | Line 127: | ||
| label8 = Thrust | | label8 = Thrust | ||
| data8 = # | | data8 = # | ||
| label9 = I<sub>sp</sub> | |||
| data9 = # | |||
| below = | | below = Jedediah's Junk Yard | ||
}} | }} | ||
| Line 106: | Line 160: | ||
| header6 = Engine Info | | header6 = Engine Info | ||
| label7 = Fuel | | label7 = Fuel | ||
| data7 = | | data7 = {{{fuel type|}}} | ||
| label8 = Thrust | | label8 = Thrust (Vac.) | ||
| data8 = | | data8 = {{{vacuum thrust|}}} | ||
| label9 = I<sub>sp</sub> (Vac.) | |||
| data9 = {{{vacuum isp|}}} | |||
| below = {{{manufacturer|}}} | |||
}} | }} | ||
</includeonly> | </includeonly> | ||
Revision as of 16:35, 20 September 2024
Generate an infobox for an engine.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| image | image | no description | Unknown | optional |
| caption | caption | no description | Unknown | optional |
| 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 | Impact Tolerance (m/s) | 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 (Vacuum) | vacuum thrust vac thrust thrust vac | The max thrust this engine creates in vacuum | String | required |
| Isp (Vac.) | vacuum isp vac isp isp vac | The specific impulse of this engine in vacuum. | String | required |
| Statistics | |
|---|---|
| Mass (t) |
|
| Size |
|
| Max Temp (K) |
|
| Impact Tolerance (m/s) |
|
| Engine Info | |
| Fuel |
|
| Thrust |
|
| Isp |
|
| Jedediah's Junk Yard | |
[[Category:Infobox templates|Template:Remove first word]]