Editing Module:TableGeneratorGive feedback
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 53: | Line 53: | ||
-- Add the value as a table cell with the appropriate class | -- Add the value as a table cell with the appropriate class | ||
result = result .. ' <td' .. | result = result .. ' <td' .. class .. '>' .. value .. '</td>\n' | ||
count = count + 1 | count = count + 1 | ||
end | end | ||