Module:ChefList: Difference between revisions
m
display IMG ERR for missing image, but its the ~same size as an image
(hide broken image links in table) |
m (display IMG ERR for missing image, but its the ~same size as an image) |
||
Line 207:
:IF(item.imgResult)
:wikitext('[[File:' .. item.name .. '.png|link=' .. item.name .. '|30px]]')
:ELSE()
:wikitext('[[File:' .. item.name .. '.png|IMG ERR]]')
:END()
:done()
|