Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
跳转到内容

模組:MLB standings/data

维基百科,自由的百科全书
文档图示 模块文档[创建]
local MlbStandingsData = { }

MlbStandingsData.abbreviationForDivision = {
    ['American League Central'] = '美聯中區',
    ['American League East'] = '美聯東區',
    ['American League West'] = '美聯西區',
    ['National League Central'] = '國聯中區',
    ['National League East'] = '國聯東區',
    ['National League West'] = '國聯西區',
}

return MlbStandingsData