Module:Sports series: Difference between revisions

Content deleted Content added
use templatestyles for styling
add class
Line 620:
-- Add a title row above column headings if the "title" parameter is passed
if args.title then
local titleRow = table:tag('tr'):addClass('title-row')
titleRow:tag('th')
:attr('colspan', colCount)