Difference between revisions of "Module:MLB standings/data"

MyWikiBiz, Author Your Legacy — Thursday September 11, 2025
Jump to navigationJump to search
(Pywikibot 6.4.0)
 
(No difference)

Latest revision as of 04:45, 16 July 2021

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