Template:Infobox multiblock: Difference between revisions
(create) |
Wiki Port 2 (talk | contribs) No edit summary |
||
(6 intermediate revisions by 2 users not shown) | |||
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|}}} | ||
| caption2 = {{{caption2|}}} | |||
| captionstyle = | | captionstyle = | ||
Line 31: | Line 33: | ||
| label16 = {{{custom_property_title5|}}} | | label16 = {{{custom_property_title5|}}} | ||
| data16 = {{{custom_property_value5|}}} | | data16 = {{{custom_property_value5|}}} | ||
| label17 = {{{custom_property_title6|}}} | |||
| data17 = {{{custom_property_value6|}}} | |||
| label18 = {{{custom_property_title7|}}} | |||
| data18 = {{{custom_property_value7|}}} | |||
| label19 = {{{custom_property_title8|}}} | |||
| data19 = {{{custom_property_value8|}}} | |||
| label20 = {{{custom_property_title9|}}} | |||
| data20 = {{{custom_property_value9|}}} | |||
| label21 = {{{custom_property_title10|}}} | |||
| data21 = {{{custom_property_value10|}}} | |||
| label22 = {{{custom_property_title11|}}} | |||
| data22 = {{{custom_property_value11|}}} | |||
| label23 = {{{custom_property_title12|}}} | |||
| data23 = {{{custom_property_value12|}}} | |||
| label24 = {{{custom_property_title13|}}} | |||
| data24 = {{{custom_property_value13|}}} | |||
| label25 = {{{custom_property_title14|}}} | |||
| data25 = {{{custom_property_value14|}}} | |||
| label26 = {{{custom_property_title15|}}} | |||
| data26 = {{{custom_property_value15|}}} | |||
}}<noinclude> | }}<noinclude> | ||
Line 38: | Line 70: | ||
"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 | ||
}, | }, | ||
"caption": {}, | "caption": {}, | ||
"caption2": {}, | |||
"powerstorage": { | "powerstorage": { | ||
"description": "Maximum power storage (usually given in order of tier, if applicable)" | "description": "Maximum power storage (usually given in order of tier, if applicable)" | ||
Line 86: | Line 124: | ||
}, | }, | ||
"custom_property_value5": { | "custom_property_value5": { | ||
"description": "Custom property value" | |||
}, | |||
"custom_property_title6": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value6": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title7": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value7": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title8": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value8": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title9": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value9": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title10": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value10": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title11": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value11": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title12": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value12": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title13": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value13": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title14": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value14": { | |||
"description": "Custom property value" | |||
}, | |||
"custom_property_title15": { | |||
"description": "Custom property name, ex. shield radius, refill time, etc.", | |||
"type": "string" | |||
}, | |||
"custom_property_value15": { | |||
"description": "Custom property value" | "description": "Custom property value" | ||
} | } | ||
Line 94: | Line 202: | ||
"subheader", | "subheader", | ||
"image", | "image", | ||
"image2", | |||
"caption", | "caption", | ||
"caption2", | |||
"powerstorage", | "powerstorage", | ||
"custom_property_title1", | "custom_property_title1", | ||
Line 101: | Line 211: | ||
"custom_property_title4", | "custom_property_title4", | ||
"custom_property_title5", | "custom_property_title5", | ||
"custom_property_title6", | |||
"custom_property_title7", | |||
"custom_property_title8", | |||
"custom_property_title9", | |||
"custom_property_title10", | |||
"custom_property_title11", | |||
"custom_property_title12", | |||
"custom_property_title13", | |||
"custom_property_title14", | |||
"custom_property_title15", | |||
"custom_property_value1", | "custom_property_value1", | ||
"custom_property_value2", | "custom_property_value2", | ||
"custom_property_value3", | "custom_property_value3", | ||
"custom_property_value4", | "custom_property_value4", | ||
"custom_property_value5" | "custom_property_value5", | ||
"custom_property_value6", | |||
"custom_property_value7", | |||
"custom_property_value8", | |||
"custom_property_value9", | |||
"custom_property_value10", | |||
"custom_property_value11", | |||
"custom_property_value12", | |||
"custom_property_value13", | |||
"custom_property_value14", | |||
"custom_property_value15" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category: | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 16:34, 27 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 |
caption2 | caption2 | 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_title6 | custom_property_title6 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title7 | custom_property_title7 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title8 | custom_property_title8 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title9 | custom_property_title9 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title10 | custom_property_title10 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title11 | custom_property_title11 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title12 | custom_property_title12 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title13 | custom_property_title13 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title14 | custom_property_title14 | Custom property name, ex. shield radius, refill time, etc. | String | optional |
custom_property_title15 | custom_property_title15 | 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 |
custom_property_value6 | custom_property_value6 | Custom property value | Unknown | optional |
custom_property_value7 | custom_property_value7 | Custom property value | Unknown | optional |
custom_property_value8 | custom_property_value8 | Custom property value | Unknown | optional |
custom_property_value9 | custom_property_value9 | Custom property value | Unknown | optional |
custom_property_value10 | custom_property_value10 | Custom property value | Unknown | optional |
custom_property_value11 | custom_property_value11 | Custom property value | Unknown | optional |
custom_property_value12 | custom_property_value12 | Custom property value | Unknown | optional |
custom_property_value13 | custom_property_value13 | Custom property value | Unknown | optional |
custom_property_value14 | custom_property_value14 | Custom property value | Unknown | optional |
custom_property_value15 | custom_property_value15 | Custom property value | Unknown | optional |