Module:Sandbox/ChaoticShadow/SongDataLine: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:
local args = {}
local args = {}


local root = mw.html.create('table'):class('wikitable')
local root = mw.html.create('table'):addClass('wikitable')


local others = ''
local others = ''
Line 41: Line 41:
end
end
-- for i=1,tbls.jp.base,1 do
for i=1,tbls.jp.base,1 do
-- root:tag('tr'):tag('td'):wikitext(tbls.jp.tb[i])
root:tag('tr'):tag('td'):wikitext(tbls.jp.tb[i])
-- end
end


return tostring(root) .. mw.dumpObject(tbls) .. others .. mw.dumpObject(args)
return tostring(root) .. mw.dumpObject(tbls) .. others .. mw.dumpObject(args)