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
(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    = Undertext
| 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 15:35, 20 September 2024

Generate an infobox for an engine.

Template parameters

ParameterDescriptionTypeStatus
imageimage

no description

Unknownoptional
captioncaption

no description

Unknownoptional
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

Impact Tolerance (m/s)

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
Isp (Vac.)vacuum isp vac isp isp vac

The specific impulse of this engine in vacuum.

Stringrequired
Test box
Statistics
Mass (t)
Size
Max Temp (K)
Impact Tolerance (m/s)
Engine Info
Fuel
Thrust
Isp
Jedediah's Junk Yard


MediaWiki Appliance - Powered by TurnKey Linux