I recently started updating pages to use the machinery, Item and so on templates, but every time I have to include Steel Plates I get into some trouble.
There an example from steel chest.
Code: Select all
{{Machinery
|health=200
|input=Time, 0.5 + Steel-plate, 8
|technologies=Steel processing
|consumers=Manual + Assembling machine 1 + Assembling machine 2 + Assembling machine 3
|producers=Manual + Assembling machine 1 + Assembling machine 2 + Assembling machine 3
}}
Code: Select all
|input=Time, 0.5 + Steel Plate, 8
However the problem is that picture "Steel Plate" gets is Steel-bar.png which is wrong, it should get Steel-plate.png
The only way I have found to get the picture right is by writing Steel-plate in input, but then the redirect doesn't work.
Does anyone know what happens here and perhaps a way to fix it?
/qwe85