Module:MLB standings/data

From blackwiki
< Module:MLB standings
Revision as of 00:42, 5 April 2013 by blackwiki>Isaacl (create abbreviation mapping table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Documentation for this module may be created at Module:MLB standings/data/doc

local MlbStandingsData = { }

MLBStandingsData.abbreviationForLeague = {
    ['American League'] = 'AL',
    ['National League'] = 'NL',
}

return MlbStandingsData