892
edits
m (style) |
m (style) |
||
Line 124: | Line 124: | ||
table.insert(header_row, 'Notes') | table.insert(header_row, 'Notes') | ||
table.insert(rows, '{| class="wikitable | table.insert(rows, '{| class="wikitable col-1-center col-2-center"') | ||
table.insert(rows, header_style .. table.concat(header_row, '\r\n'..header_style)) | table.insert(rows, header_style .. table.concat(header_row, '\r\n'..header_style)) | ||
edits