Module:MLB standings: Difference between revisions

Content deleted Content added
remove backwards compatible support for old parameter name
home / road record column is spilling into a second line
Line 112:
default = function(tableHeaderInfo)
return
'{| class="wikitable" width="515em525em" style="text-align:center;"\
! width="5040%" |' .. tableHeaderInfo.navbarText .. '[[' .. tableHeaderInfo.divisionLink
.. '|' .. tableHeaderInfo.division .. ']]\
! width="7%" | [[Win (baseball)|W]]\
Line 119:
! width="9%" | [[Winning percentage|Pct.]]\
! width="7%" | [[Games behind|GB]]\
! width="1015%" | [[Home (sports)|Home]]\
! width="1015%" | [[Road (sports)|Road]]\
'
end, -- function generateTableHeader.default()