2,875
edits
m (Add perfect text to column instead of icon) |
(Add x to <sub> item count) |
||
Line 669: | Line 669: | ||
if matItem ~= nil then | if matItem ~= nil then | ||
local sub = mw.html.create('sub') | local sub = mw.html.create('sub') | ||
:wikitext(Num.formatnum(mat.quantity)) | :wikitext(Num.formatnum(mat.quantity) .. 'x') | ||
:addClass('item-qty') | :addClass('item-qty') | ||
:done() | :done() |
edits