Module:Crafting: Difference between revisions

Jump to navigation Jump to search
either this is dumb or genius
m (Copying HideTooltip())
(either this is dumb or genius)
Line 116: Line 116:
local count = tonumber(args['count']) or tonumber(args['Count']) or 1 or '?'
local count = tonumber(args['count']) or tonumber(args['Count']) or 1 or '?'
if count ~= 1 then
if count ~= 1 then
local countSpan = spriteDiv:tag("span"):wikitext(count)
local countSpan = spriteDiv:done():tag("span"):wikitext(count)
countSpan:addClass("invslot-stacksize")
countSpan:addClass("invslot-stacksize")
end
end
184

edits

Navigation menu