More actions
(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": " | "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}} | ||
| 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.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | no description | Unknown | optional |
caption | caption | no description | Unknown | optional |
Size | size | Size of part (using {{Size}})
| String | required |
Max Temperature (K) | max temp (K) | Maximum withstandable engine temperature | Number | required |
Impact Tolerance (m/s) | impact tol (m/s) | Impact Tolerance (m/s) | Number | required |
Statistics | |
---|---|