Module:IndianPremierLeague/GroupStageTable
Revision as of 07:55, 18 April 2014 by blackwiki>SocietyBox (update)
local _module = {}
_module.create = function(frame)
return require("Module:CricketLeagueGroupStageSummary").IPL(frame)
end
return _module