Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
local getArgs = require('Module:Arguments').getArgs
local function createTableBody(
local body = mw.html.create("tbody")
--header
Line 37:
--local tbody = tableHTML:tag("tbody")
tableHTML:wikitext(
createTableBody(
)
end
|