Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
Remove unused AbyssalSkillReq function
(Remove unused MasteryReq function)
(Remove unused AbyssalSkillReq function)
Line 1,101: Line 1,101:
result = '<span class="img-text">'..result..'</span>'
result = '<span class="img-text">'..result..'</span>'
return result
return result
end
function p.AbyssalSkillReq(frame)
local args = frame.args ~= nil and frame.args or frame
local skill = args[1]
local level = tonumber(args[2])
local showText = args.showText ~= nil and args.showText ~= '' and args.showText ~= 'false'
return p._AbyssalSkillReq(skill, level, showText)
end
end


2,873

edits