Template:Infobox multiblock: Difference between revisions
(create) |
(image2) |
||
Line 4: | Line 4: | ||
| autoheaders = y | | autoheaders = y | ||
| image = {{#if:{{{image|}}}| [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=1 | | image = {{#if:{{{image|}}}| [[File:{{{image}}}|frameless|alt={{{alt|}}}|border|upright=1|]]}} | ||
| image2 = {{#if:{{{image2|}}}| [[File:{{{image2}}}|frameless|alt={{{alt|}}}|border|upright=1|]]}} | |||
| caption = {{{caption|}}} | | caption = {{{caption|}}} | ||
Line 38: | Line 39: | ||
"params": { | "params": { | ||
"name": { | "name": { | ||
"description": " | "description": "Multiblock name. Displays at top of infobox", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
"subheader": { | "subheader": { | ||
"description": "Displays beneath | "description": "Displays beneath multiblock name. Can be used for additional info" | ||
}, | }, | ||
"image": { | "image": { | ||
"description": "Image of the | "description": "Image of the multiblock", | ||
"example": " | "example": "machine.png", | ||
"suggested": true | |||
}, | |||
"image2": { | |||
"description": "Additional image of the multiblock, such as from another perspective, or with spacing between layers for easy visualization", | |||
"example": "machine_1.png", | |||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 94: | Line 100: | ||
"subheader", | "subheader", | ||
"image", | "image", | ||
"image2", | |||
"caption", | "caption", | ||
"powerstorage", | "powerstorage", |
Revision as of 08:08, 11 December 2024
Properties |
---|
Summarize information about a multiblock.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | Multiblock name. Displays at top of infobox | Unknown | suggested |
subheader | subheader | Displays beneath multiblock name. Can be used for additional info | Unknown | optional |
image | image | Image of the multiblock
| Unknown | suggested |
image2 | image2 | Additional image of the multiblock, such as from another perspective, or with spacing between layers for easy visualization
| Unknown | suggested |
caption | caption | no description | Unknown | optional |
powerstorage | powerstorage | Maximum power storage (usually given in order of tier, if applicable) | Unknown | optional |
custom_property_title1 | custom_property_title1 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title2 | custom_property_title2 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title3 | custom_property_title3 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title4 | custom_property_title4 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title5 | custom_property_title5 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_value1 | custom_property_value1 | Custom property value | Unknown | optional |
custom_property_value2 | custom_property_value2 | Custom property value | Unknown | optional |
custom_property_value3 | custom_property_value3 | Custom property value | Unknown | optional |
custom_property_value4 | custom_property_value4 | Custom property value | Unknown | optional |
custom_property_value5 | custom_property_value5 | Custom property value | Unknown | optional |