Module:SoulUnlock: Difference between revisionsGive feedback
m write_table init |
m Individual and Accumulative header categories for write_table |
||
| Line 113: | Line 113: | ||
local ret = '' | local ret = '' | ||
-- Add header categories | |||
local tr = '' | |||
tr = tr .. '<th>' .. '' .. '</th>' | |||
tr = tr .. '<th colspan="3">' .. 'Individual' .. '</th>' | |||
tr = tr .. '<th colspan="3">' .. 'Accumulative' .. '</th>' | |||
ret = ret .. '<tr>' .. tr .. '</tr>' | |||
-- Add header record, will be soul + each other record twice | -- Add header record, will be soul + each other record twice | ||