Module:MLB standings: Difference between revisions

Content deleted Content added
does that fix it?
Reverted to revision 788889824 by Zacchaeusbarbour (talk): Encroachment on VTE. (TW)
Line 113:
return
'{| class="wikitable" width="515em" style="text-align:center;"\
! width="4050%" |' .. tableHeaderInfo.navbarText .. '[[' .. tableHeaderInfo.divisionLink
.. '|' .. tableHeaderInfo.division .. ']]\
! width="7%" | [[Win (baseball)|W]]\
Line 119:
! width="9%" | [[Winning percentage|Pct.]]\
! width="7%" | [[Games behind|GB]]\
! width="1510%" | [[Home (sports)|Home]]\
! width="1510%" | [[Road (sports)|Road]]\
'
end, -- function generateTableHeader.default()
Line 383:
end -- end of looping over listOfTeams
 
table.insert(outputBuffer, '|}\n')
 
return table.concat(outputBuffer)