Content deleted Content added
tweak column allocations for division leader and wildcard tables |
adjust table widths |
||
Line 68:
winLossOnly = function(tableHeaderInfo)
return
'{| class="wikitable" width="
! width="66%" | ' .. tableHeaderInfo.navbarText .. tableHeaderInfo.division .. '\
! width="10%" | [[Win (baseball)|W]]\
Line 78:
wildCard2012 = function(tableHeaderInfo)
return
'{| class="wikitable" width="
! width="64%" | ' .. tableHeaderInfo.navbarText .. 'Wild Card teams<br><small>(Top 2 teams qualify for postseason)</small>\
! width="8%" | [[Win (baseball)|W]]\
Line 95:
end
return
'{| class="wikitable" width="
! width="64%" | ' .. tableHeaderInfo.navbarText .. 'Wild Card ' .. teamText .. '<br><small>(Top ' .. numberOfTeamsText ..
' for postseason)</small>\
|