Module:SoulUnlock: Difference between revisions

Jump to navigation Jump to search
Sur (talk | contribs)
m write_table init
Sur (talk | contribs)
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