Module:MoneyMakingGuide: Difference between revisions

From Melvor Idle
(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()