Module:MLB standings: Difference between revisions

Content deleted Content added
Undid revision 788889754 by Zacchaeusbarbour (talk)
Reverted to revision 788273982 by Frietjes (talk). (TW)
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()
Line 383:
end -- end of looping over listOfTeams
 
table.insert(outputBuffer, '|}\n')
 
return table.concat(outputBuffer)