Jump to content

Module:MLB standings/data

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Isaacl (talk | contribs) at 00:46, 5 April 2013 (change abbreviation mapping; map division names to abbreviations). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local MlbStandingsData = { }

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

return MlbStandingsData