Content deleted Content added
S.A. Julio (talk | contribs) use templatestyles for styling |
S.A. Julio (talk | contribs) 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)
|