Module:Skills/Artisan: Difference between revisions

From Melvor Idle
No edit summary
No edit summary
Line 135: Line 135:
if matItem ~= nil then
if matItem ~= nil then
local sub = mw.html.create('sub')
local sub = mw.html.create('sub')
:wikitext(mat.quantity)
:wikitext(mat.quantity .. 'x')
:addClass('item-qty')
:addClass('item-qty')
:done()
:done()