Content deleted Content added
The Mol Man (talk | contribs) No edit summary |
The Mol Man (talk | contribs) 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,
local cur_row = ret:tag('tr')
cur_row:tag('th'):wikitext(i..'.'):done()
|