Content deleted Content added
No edit summary |
No edit summary |
||
Line 57:
root:tag('tr'):tag('th'):attr('colspan', cols):wikitext(title)
-- Create the row to hold the columns
local outerrow = root:tag('tr'):css('vertical-align', 'top')
local percol = math.ceil((#eventnums) / cols)
k = 0
Line 70:
:css('font-size', '85%')
:css('line-height', '95%')
local tr = innertable:tag('tr'):css('vertical-align', 'top')
tr:tag('th'):attr('scope', 'col'):css('width', datewidth):css('text-align', 'left'):wikitext('Date')
tr:tag('th'):attr('scope', 'col'):css('text-align', 'left'):wikitext('Event description')
|