Module:Progression rainbow/sandbox: Difference between revisions

Content deleted Content added
poke
I think this needs to be pairs because we can get the empty string
Line 84:
end
else
for arg, value in ipairspairs(args) do
-- Parameter 9 is the total non-project, so exclude
if arg ~= "9" then
-- 'or 0' to keep us safe from a non-numeric value. Can consider
-- whether to error here.