Module:BonewrightList: Difference between revisions
No need to hide broken image file links. Should encourage people to upload them.
m (display IMG ERR for missing image, but its the ~same size as an image) Tag: Reverted |
(No need to hide broken image file links. Should encourage people to upload them.) Tag: Manual revert |
||
Line 103:
item.XPPerHour = item.XP and item.productPerHour and math.floor(item.XP * item.productPerHour)
item.buyPerHour = item.buy and item.productPerHour and math.floor(item.buy * item.productPerHour)
end
Line 187 ⟶ 183:
:addClass('plinkt-image no-border')
:css{ ['border-left'] = '0', ['padding-left'] = '0' }
▲ :wikitext('[[File:' .. item.name .. '.png|link=' .. item.name .. '|30px]]')
:done()
:tag('td')
|