Template:Icon: Difference between revisions

From Space Station 14 Wiki
(wip)
(for deletion)
Tag: Replaced
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
{{for deletion|obsolete}}
-->{{#vardefine: icon_size|{{{size|24px}}}}}<!--
 
-->{{#vardefine: icon_file
|{{#switch: {{lc: {{{1}}}}}
| lv cable coil
| lv
| lv cable coil 30x
| lv 30x = Coillv-30.png
 
| lv cable coil 10x
| lv 10x = Coillv-10.png
 
| lv cable coil 20x
| lv 20x = Coillv-20.png
 
| mv cable coil
| mv
| mv cable coil 30x
| mv 30x = Coilmv-30.png
 
| mv cable coil 10x
| mv 10x = Coilmv-10.png
 
| mv cable coil 20x
| mv 20x = Coilmv-20.png
 
| hv cable coil
| hv
| hv cable coil 30x
| hv 30x = Coilhv-30.png
 
| hv cable coil 10x
| hv 10x = Coilhv-10.png
 
| hv cable coil 20x
| hv 20x = Coilhv-20.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",
                "LV cable coil 10x",
                "LV 10x",
                "LV cable coil 20x",
                "LV 20x",
                "LV cable coil 30x",
                "LV 30x",
"MV cable coil",
"MV",
                "MV cable coil 10x",
"MV 10x",
                "MV cable coil 20x",
"MV 20x",
                "MV cable coil 30x",
"MV 30x",
"HV cable coil",
"HV",
"HV cable coil 10x",
"HV 10x",
"HV cable coil 20x",
"HV 20x",
"HV cable coil 30x",
"HV 30x"
],
"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