Module:MLB standings: Difference between revisions

Content deleted Content added
m wildCard width %
m table width
Line 68:
winLossOnly = function(tableHeaderInfo)
return
'{| class="wikitable" width="380em390em" style="text-align:center;"\
! width="66%" | ' .. tableHeaderInfo.navbarText .. tableHeaderInfo.division .. '\
! width="10%" | [[Win (baseball)|W]]\
Line 78:
wildCard2012 = function(tableHeaderInfo)
return
'{| class="wikitable" width="380em390em" style="text-align:center;"\
! width="60%" | ' .. tableHeaderInfo.navbarText .. 'Wild Card teams<br><small>(Top two2 teams qualify for postseason)</small>\
! width="8%" | [[Win (baseball)|W]]\
! width="8%" | [[Loss (baseball)|L]]\
Line 89:
wildCard = function(tableHeaderInfo)
return
'{| class="wikitable" width="380em390em" style="text-align:center;"\
! width="60%" | ' .. tableHeaderInfo.navbarText .. 'Wild Card teams<br><small>(Top ' .. tableHeaderInfo.wildCardsPerLeague ..
' teams qualify for postseason)</small>\
! width="78%" | [[Win (baseball)|W]]\
! width="78%" | [[Loss (baseball)|L]]\
! width="1312%" | [[Winning percentage|Pct.]]\
! width="1312%" | [[Games behind|GB]]\
'
end, -- function generateTableHeader.wildCard