Module:Progression rainbow/sandbox: Difference between revisions

Content deleted Content added
see if I break project
yup
Line 37:
-- This is only done once in this module, here for demonstration.
-- Gist: Make it cleaner to initialize 'trivial' variables.
local function arg_or_default(args, from_arg, default)
if args[from_arg] and args[from_arg] ~= '' then
return args[from_arg]
Line 70:
}
 
local project = arg_or_default(args, "project", nil)
local sum_classes = 0