Module:MLB standings/data
< Module:MLB standings
Jump to navigation
Jump to search
Revision as of 02:34, 7 April 2013 by blackwiki>Isaacl (Isaacl moved page Module:Sandbox/isaacl/MLB standings/data to Module:MLB standings/data without leaving a redirect: Move out of sandbox for deployment)
Documentation for this module may be created at Module:MLB standings/data/doc
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',
}
return MlbStandingsData