Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
Remove deprecated function
(Remove deprecated function)
(Remove deprecated function)
Line 1,082: Line 1,082:
return resultText
return resultText
end
end
end
function p._AbyssalSkillReq(skill, level, showText)
local altText = (showText and '') or skill
local result = p.Icon({skill, type='skill', notext=(showText and '' or true), nospan=true, alt=altText})
if level == nil then level = 'Unknown [[Category:Pages with script errors]]' end
result = result.." Abyssal Level "..level
result = '<span class="img-text">'..result..'</span>'
return result
end
end


2,873

edits