Module:MLB standings: Difference between revisions

Content deleted Content added
remove extra newline causing spacing gaps
No edit summary
Line 112:
default = function(tableHeaderInfo)
return
'{| class="wikitable" width="525em515em" 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)