Module:MLB standings/data
< Module:MLB standings
Jump to navigation
Jump to search
Revision as of 00:42, 5 April 2013 by blackwiki>Isaacl (create abbreviation mapping table)
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