Steel Plate Picture
Posted: Sun Aug 23, 2015 8:07 am
Hi
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.
The correct way of doing input would be like this "Steel Plate" with capital P and all
It would be better like that because then the page automatically find the picture and when someone click it they get redirected to the page on Steel plates.
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
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