More actions
(Implemented some engine specs and manufacturer line) Tag: 2017 source edit |
(Updated image and caption template data) Tag: 2017 source edit |
||
Line 3: | Line 3: | ||
{ | { | ||
"params": { | "params": { | ||
"image": {}, | "image": { | ||
"caption": {}, | "aliases": [ | ||
"picture", | |||
"thumbnail" | |||
], | |||
"label": "Part Image", | |||
"description": "The filename of the part, including the file extension", | |||
"example": "LV-3000_Tuba.png", | |||
"type": "wiki-file-name", | |||
"required": true | |||
}, | |||
"caption": { | |||
"aliases": [ | |||
"subtitle" | |||
], | |||
"label": "Caption", | |||
"description": "The part's classification per the in-game description.", | |||
"example": "Deep Space Hydrogen Engine", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"size": { | "size": { | ||
"label": "Size", | "label": "Size", | ||
Line 139: | Line 158: | ||
| name = {{PAGENAME}} | | name = {{PAGENAME}} | ||
| title = {{PAGENAME}} | | title = {{PAGENAME}} | ||
| image = {{{image|}}} | | image = [[File:{{{image|}}}]] | ||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
Revision as of 15:43, 20 September 2024
Generate an infobox for an engine.
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 | 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 | |