Module:TableGenerator: Difference between revisionsGive feedback
m typo in func name |
Tag: Undo |
||
| Line 13: | Line 13: | ||
--Cell 1, Cell 2, Cell 3 | --Cell 1, Cell 2, Cell 3 | ||
--Cell 4, Cell 5 | --Cell 4, Cell 5 | ||
function p. | function p.createHtmlTable(frame) | ||
local args = frame.args | local args = frame.args | ||
local cols = tonumber(args['cols']) or 3 | local cols = tonumber(args['cols']) or 3 | ||