Module:ColPollTable: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 53:
local tbl_args = {
max = max_week,
max_sub = max_sub_week,
weeks = {}
}
Line 122 ⟶ 123:
header_row:tag('th'):done():done()
for i=1,25args.max_sub do
local cur_row = ret:tag('tr')
cur_row:tag('th'):wikitext(i..'.'):done()