Module:Progression rainbow/sandbox: Difference between revisions

Content deleted Content added
flip total and sum,
back to ipairs?
Line 84:
end
else
for arg, value in pairsipairs(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.