More actions
(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 | "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 | "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 | "mass": { | ||
"label": "Mass (t)", | "label": "Mass (t)", | ||
"description": "Mass (t)", | "description": "Mass (t)", | ||
Line 42: | Line 42: | ||
"image", | "image", | ||
"caption", | "caption", | ||
"mass | "mass", | ||
"size", | "size", | ||
"max temp | "max temp", | ||
"impact tol | "impact tol" | ||
] | ] | ||
} | } | ||
Line 57: | Line 57: | ||
| caption = Test caption | | caption = Test caption | ||
| | | header1 = Statistics | ||
| | | label2 = Mass (t) | ||
| data2 = # | | data2 = # | ||
| label3 = Max Temp (K) | | label3 = Size | ||
| | | data3 = # | ||
| | | label4 = Max Temp (K) | ||
| | | 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 | | 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 | | data3 = {{{max temp|}}} | ||
| label4 = Impact Tolerance (m/s) | | label4 = Impact Tolerance (m/s) | ||
| data4 = {{{impact tol | | data4 = {{{impact tol|}}} | ||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 00:54, 13 September 2024
Generate an infobox for an engine.
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | no description | Unknown | optional |
caption | caption | no description | Unknown | optional |
Mass (t) | mass | Mass (t) | String | required |
Size | size | Size of part (using {{Size}})
| String | required |
Max Temperature (K) | max temp | Maximum withstandable engine temperature | String | required |
Impact Tolerance (m/s) | impact tol | Impact Tolerance (m/s) | String | required |
Statistics | |
---|---|
Mass (t) |
|
Size |
|
Max Temp (K) |
|
Impact Tolerance (m/s) |
|