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
(Starting some work on an engines infobox)
Tag: 2017 source edit
 
(Changed size and name params)
Tag: 2017 source edit
Line 8: Line 8:
"label": "Size",
"label": "Size",
"description": "Size of part (using {{Size}})",
"description": "Size of part (using {{Size}})",
"type": "wiki-template-name",
"type": "string",
"required": true
"required": true,
"suggestedvalues": [
"XS",
"SM",
"MD",
"LG",
"XL",
"2X"
]
},
},
"max temp (K)": {
"max temp (K)": {
Line 20: Line 28:
"label": "Impact Tolerance (m/s)",
"label": "Impact Tolerance (m/s)",
"description": "Impact Tolerance (m/s)",
"description": "Impact Tolerance (m/s)",
"type": "number"
"type": "number",
"required": true
}
}
},
},
Line 28: Line 37:
</noinclude>
</noinclude>
{{Infobox
{{Infobox
| name    = {{{name|{{PAGENAME}}}}}
| name    = {{PAGENAME}}
| image    = {{{image|}}}
| image    = {{{image|}}}
| caption1 = {{{caption|}}}
| caption1 = {{{caption|}}}
Line 37: Line 46:
|  data1  = {{{mass (t)|}}}
|  data1  = {{{mass (t)|}}}
| label2  = Size
| label2  = Size
|  data2  = {{{size|}}}
|  data2  = {{Size|{{{size|}}}}}
| label3  = Max Temp (K)
| label3  = Max Temp (K)
|  data3  = {{{max temp (K)|}}}
|  data3  = {{{max temp (K)|}}}

Revision as of 00:45, 9 September 2024

Generate an infobox for an engine.

Template parameters

ParameterDescriptionTypeStatus
imageimage

no description

Unknownoptional
captioncaption

no description

Unknownoptional
Sizesize

Size of part (using {{Size}})

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

Maximum withstandable engine temperature

Numberrequired
Impact Tolerance (m/s)impact tol (m/s)

Impact Tolerance (m/s)

Numberrequired
Statistics
MediaWiki Appliance - Powered by TurnKey Linux