Module:IndianPremierLeague/GroupStageTable
Jump to navigation
Jump to search
local _module = {}
_module.create = function(frame)
return require("Module:CricketLeagueGroupStageSummary").IPL(frame)
end
return _module