Content deleted Content added
Piranha249 (talk | contribs) Undid revision 788889754 by Zacchaeusbarbour (talk) |
|||
Line 112:
default = function(tableHeaderInfo)
return
'{| class="wikitable" width="
! width="
.. '|' .. tableHeaderInfo.division .. ']]\
! width="7%" | [[Win (baseball)|W]]\
Line 119:
! width="9%" | [[Winning percentage|Pct.]]\
! width="7%" | [[Games behind|GB]]\
! width="
! width="
'
end, -- function generateTableHeader.default()
Line 383:
end -- end of looping over listOfTeams
table.insert(outputBuffer, '|}
return table.concat(outputBuffer)
|