Template:Icon: Difference between revisions

From Space Station 14 Wiki
(wip)
(for deletion)
Tag: Replaced
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
{{for deletion|obsolete}}
-->{{#vardefine: icon_size|24px}}<!--
 
-->{{#vardefine: icon_file
|{{#switch: {{lc: {{{1}}}}}
| lv cable coil
| lv
| lv cable coil 30x
| lv 30x = Coillv-30.png
 
| mv cable coil
| mv
| mv cable coil 30x
| mv 30x = Coilmv-30.png
 
| hv cable coil
| hv
| hv cable coil 30x
| hv 30x = Coilhv-30.png
}}}}<!--
 
--></includeonly>
<noinclude>
<templatedata>
{
"params": {
"1": {
"label": "Item",
"description": "What item are you looking for? Select from the list. Any casing is allowed, including lowercase.",
"type": "line",
"suggestedvalues": [
"LV cable coil",
"LV",
"MV cable coil",
"MV",
"HV cable coil",
"HV"
],
"required": true
},
"rlabel": {
"aliases": [
"rtext",
"rt"
],
"label": "Right label",
"description": "Label to the right of icon",
"type": "line",
"suggested": true
},
"llabel": {
"aliases": [
"ltext",
"lt"
],
"label": "Left label",
"type": "line",
"suggested": true
},
"size": {
"label": "Size",
"description": "Icon size",
"type": "line",
"default": "24px",
"suggested": true
}
},
"paramOrder": [
"1",
"rlabel",
"llabel",
"size"
]
}
</templatedata>
</noinclude>

Latest revision as of 08:28, 24 August 2024

For deletion
This page is a candidate for deletion for the reason: obsolete