2,875
edits
(Remove rounding of item amounts) |
(Limit height of itemrow to 32px) |
||
Line 181: | Line 181: | ||
local imgCell = mw.html.create('td') | local imgCell = mw.html.create('td') | ||
:wikitext(getItemIcon(i.name)) | :wikitext(getItemIcon(i.name)) | ||
:css('height', '32px') | |||
:done() | :done() | ||
edits