Anonymous

Module:Icons: Difference between revisions

From Melvor Idle
Remove unused funtion
m (Remove unused variable)
(Remove unused funtion)
Line 1,082: Line 1,082:
return resultText
return resultText
end
end
end
-- Wrapper for p.Icon(), uses the same parameters but forces noicon = true
function p.Link(frame)
local args = frame.args ~= nil and frame.args or frame
args.noicon = true
return p.Icon({['args'] = args})
end
end


2,873

edits