Module:Sandbox/Frietjes/argcheck

This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:10, 3 November 2019. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local a = {}

function a.check(targs, pargs, 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