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
(removed color parsers no longer needed for reference)
Tag: 2017 source edit
(Cleaned up param names, working on implementing header via template page sample)
Tag: 2017 source edit
Line 19: Line 19:
]
]
},
},
"max temp (K)": {
"max temp": {
"label": "Max Temperature (K)",
"label": "Max Temperature (K)",
"description": "Maximum withstandable engine temperature",
"description": "Maximum withstandable engine temperature",
Line 25: Line 25:
"required": true
"required": true
},
},
"impact tol (m/s)": {
"impact tol": {
"label": "Impact Tolerance (m/s)",
"label": "Impact Tolerance (m/s)",
"description": "Impact Tolerance (m/s)",
"description": "Impact Tolerance (m/s)",
Line 31: Line 31:
"required": true
"required": true
},
},
"mass (t)": {
"mass": {
"label": "Mass (t)",
"label": "Mass (t)",
"description": "Mass (t)",
"description": "Mass (t)",
Line 42: Line 42:
"image",
"image",
"caption",
"caption",
"mass (t)",
"mass",
"size",
"size",
"max temp (K)",
"max temp",
"impact tol (m/s)"
"impact tol"
]
]
}
}
Line 57: Line 57:
| caption = Test caption
| caption = Test caption


| header = Statistics
| header1 = Statistics


| label1   = Mass (t)
| label2   = Mass (t)
|  data1  = #
| label2  = Size
|  data2  = #
|  data2  = #
| label3  = Max Temp (K)
| label3   = Size
data3   = {{{max temp (K)|#}}}
|  data3  = #
| label4   = Impact Tolerance (m/s)
| label4   = Max Temp (K)
data4   = {{{impact tol (m/s)|#}}}
data4   = {{{max temp|#}}}
| label5   = Impact Tolerance (m/s)
data5   = {{{impact tol|#}}}
}}
}}
</noinclude>
</noinclude>
Line 80: Line 80:


| label1  = Mass (t)
| label1  = Mass (t)
|  data1  = {{{mass (t)|}}}
|  data1  = {{{mass|}}}
| label2  = Size
| label2  = Size
|  data2  = {{Size|Size={{{size|}}}|Add Category=1}}
|  data2  = {{Size|Size={{{size|}}}|Add Category=1}}
| label3  = Max Temp (K)
| label3  = Max Temp (K)
|  data3  = {{{max temp (K)|}}}
|  data3  = {{{max temp|}}}
| label4  = Impact Tolerance (m/s)
| label4  = Impact Tolerance (m/s)
|  data4  = {{{impact tol (m/s)|}}}
|  data4  = {{{impact tol|}}}
}}
}}
</includeonly>
</includeonly>

Revision as of 00:54, 13 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
Test box
Statistics
Mass (t)
Size
Max Temp (K)
Impact Tolerance (m/s)


MediaWiki Appliance - Powered by TurnKey Linux