Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f196c2ae31ef0

Jump to content

Module:MLB standings/data

Permanently protected module
From Wikipedia, the free encyclopedia
local MlbStandingsData = { }

MlbStandingsData.abbreviationForDivision = {
    ['American League Central'] = 'AL Central',
    ['American League East'] = 'AL East',
    ['American League West'] = 'AL West',
    ['National League Central'] = 'NL Central',
    ['National League East'] = 'NL East',
    ['National League West'] = 'NL West',
}

MlbStandingsData.wildCardInfo = {
	{
		startYear = 1994,
		endYear = 2011,
		wildCardsPerLeague = 1,
	},
	{
		startYear = 2012,
		endYear = 2021,
		wildCardsPerLeague = 2,
	},
	{
		startYear = 2022,
		endYear = 9999,
		wildCardsPerLeague = 3,
	},
}

return MlbStandingsData