Module:Progression rainbow/sandbox: Difference between revisions

Content deleted Content added
poke
clean
Line 16:
-- These suck for i18n because the % is forced to the right without spacing,
-- both in a required context (CSS) and unrequired (to-be-displayed text).
-- I.e., there should be a separate version of this. :(or a function parameter
-- which takes a boolean. :(
return tostring(round(100 * param / total)) .. '%'
end