Module:IndianPremierLeague/GroupStageTable

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