Module:Progression rainbow: Difference between revisions

Content deleted Content added
here
add spans so we can nuke this text off the screen
Line 73:
title = 'class/colour', args = { class[2] }})
:css('width', percentage)
:tag('span')
:wikitext(percentage .. " " .. class[2] .. "-class")
:done()
:done()
end
Line 84 ⟶ 86:
:addClass('remaining')
:css('width', remaining)
:tag('span')
:wikitext(remaining .. " remaining")
:done()
:done()
:newline()