Documentation for this module may be created at Module:Sandbox/Frietjes/argcheck/doc
local a = {}
function a.check(targs, notrack)
if notrack then
return {}
end
-- Step 1: Generate a team and result list
for k,v in pairs(targs) do
end
return {}
end
return a