2,875
edits
(Limit height of itemrow to 32px) |
No edit summary |
||
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', ' | :css('height', '28px') | ||
:done() | :done() | ||
edits