Module:Icons: Difference between revisions

no edit summary
(Remove deprecated function)
No edit summary
Line 1,114: Line 1,114:
if realm == 'melvorItA:Abyssal' then
if realm == 'melvorItA:Abyssal' then
img:addClass('abyss-icon')
img :tag('span')
:addClass('abyss-icon')
end
end
Line 1,131: Line 1,132:
end
end
if realm == 'melvorItA:Abyssal' then
--28/06/2024. Commented this out to try out red icons for abyssal levels
text:wikitext(" Abyssal Level ")
-- as opposed to the text below. Remove entire section if still commented out after
else
-- a week or two.
text:wikitext(" Level ")
--if realm == 'melvorItA:Abyssal' then
end
-- text:wikitext(" Abyssal Level ")
--else
text:wikitext(" Level ")
--end
text:wikitext(level)
text:wikitext(level)
2,874

edits