Difference between revisions of "Module:MLB standings/data"
Jump to navigation
Jump to search
blackwiki>Isaacl (change abbreviation mapping; map division names to abbreviations) |
blackwiki>Isaacl (fix incorrect variable name) |
||
| Line 1: | Line 1: | ||
local MlbStandingsData = { } | local MlbStandingsData = { } | ||
| − | + | MlbStandingsData.abbreviationForDivision = { | |
['American League East'] = 'AL East', | ['American League East'] = 'AL East', | ||
['American League West'] = 'AL West', | ['American League West'] = 'AL West', | ||
Revision as of 00:47, 5 April 2013
Documentation for this module may be created at Module:MLB standings/data/doc
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