Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox engines: Difference between revisions

Template page
(changed image size to 200px)
Tag: 2017 source edit
(Added more engine params)
Tag: 2017 source edit
Line 46: Line 46:
"impact tol": {
"impact tol": {
"label": "Impact Tolerance (m/s)",
"label": "Impact Tolerance (m/s)",
"description": "Impact Tolerance (m/s)",
"description": "The velocity at which a collision will destroy this part.",
"type": "string",
"type": "string",
"required": true
"required": true
Line 79: Line 79:
],
],
"label": "Thrust (Vacuum)",
"label": "Thrust (Vacuum)",
"description": "The max thrust this engine creates in vacuum",
"description": "The max thrust this engine creates in vacuum.",
"type": "string",
"type": "string",
"required": true
"required": true
Line 101: Line 101:
"description": "The in-game manufacturer of the part.",
"description": "The in-game manufacturer of the part.",
"example": "Jebediah's Junkyard",
"example": "Jebediah's Junkyard",
"type": "string",
"required": true
},
"atm thrust": {
"label": "Thrust (1 atm)",
"description": "The max thrust this engine creates at 1 atmosphere of pressure.",
"type": "string",
"required": true
},
"atm isp": {
"label": "Isp (1 atm)",
"description": "The specific impulse of this engine at 1 atmosphere of pressure.",
"type": "string",
"type": "string",
"required": true
"required": true
Line 116: Line 128:
"fuel type",
"fuel type",
"vacuum thrust",
"vacuum thrust",
"vacuum isp"
"atm thrust",
"vacuum isp",
"atm isp"
]
]
}
}
Line 144: Line 158:
| label7  = Fuel
| label7  = Fuel
|  data7  = #
|  data7  = #
| label8  = Thrust
| label8  = Thrust: Vac. (kN)
|  data8  = #
|  data8  = #
| label9  = I<sub>sp</sub>
| label9  = Thrust: 1 atm. (kN)
|  data9  = #
|  data9  = #
| label10  = I<sub>sp</sub>: Vac. (s)
|  data10  = #
| label11  = I<sub>sp</sub>: 1 atm. (s)
|  data11  = #


| below    = Jedediah's Junk Yard
| below    = Jedediah's Junk Yard
Line 180: Line 198:
| label7  = Fuel
| label7  = Fuel
|  data7  = {{{fuel type|}}}
|  data7  = {{{fuel type|}}}
| label8  = Thrust (Vac.)
| label8  = Thrust: Vac. (kN)
|  data8  = {{{vacuum thrust|}}}
|  data8  = {{{vacuum thrust|}}}
| label9  = I<sub>sp</sub> (Vac.)
| label9   = Thrust: 1 atm. (kN)
data9   = {{{vacuum isp|}}}
|  data9  = {{{atm thrust|}}}
| label10   = I<sub>sp</sub>: Vac. (s)
data10  = {{{vacuum isp|}}}
| label11   = I<sub>sp</sub>: 1 atm. (s)
|  data11  = {{{atm isp|}}}


|  below  = {{{manufacturer|}}}
|  below  = {{{manufacturer|}}}

Revision as of 04:14, 21 September 2024

Generate an infobox for an engine.

Template parameters

ParameterDescriptionTypeStatus
Part Imageimage picture thumbnail

The filename of the part, including the file extension

Example
LV-3000_Tuba.png
Filerequired
Captioncaption subtitle

The part's classification per the in-game description.

Example
Deep Space Hydrogen Engine
Stringrequired
Mass (t)mass

Mass (t)

Stringrequired
Sizesize

Size of part (using {{Size}})

Suggested values
XS SM MD LG XL 2X
Stringrequired
Max Temperature (K)max temp

Maximum withstandable engine temperature

Stringrequired
Impact Tolerance (m/s)impact tol

The velocity at which a collision will destroy this part.

Stringrequired
Manufacturermanufacturer maker brand

The in-game manufacturer of the part.

Example
Jebediah's Junkyard
Stringrequired
Fuel Typefuel type fuel

The fuel this engine burns.

Suggested values
Methalox Methane Monopropellant Solid Fuel Hydrogen Xenon
Stringrequired
Thrust (Vacuum)vacuum thrust vac thrust thrust vac

The max thrust this engine creates in vacuum.

Stringrequired
Thrust (1 atm)atm thrust

The max thrust this engine creates at 1 atmosphere of pressure.

Stringrequired
Isp (Vac.)vacuum isp vac isp isp vac

The specific impulse of this engine in vacuum.

Stringrequired
Isp (1 atm)atm isp

The specific impulse of this engine at 1 atmosphere of pressure.

Stringrequired
Test box
Test caption
Statistics
Mass (t)
Size
Max Temp (K)
Impact Tolerance (m/s)
Engine Info
Fuel
Thrust: Vac. (kN)
Thrust: 1 atm. (kN)
Isp: Vac. (s)
Isp: 1 atm. (s)
Jedediah's Junk Yard


MediaWiki Appliance - Powered by TurnKey Linux