Module:Sandbox/ChaoticShadow/SongDataLine: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 4:
local args = {}
 
local root = mw.html.create('table'):classaddClass('wikitable')
 
local others = ''
Line 41:
end
-- for i=1,tbls.jp.base,1 do
-- root:tag('tr'):tag('td'):wikitext(tbls.jp.tb[i])
-- end
 
return tostring(root) .. mw.dumpObject(tbls) .. others .. mw.dumpObject(args)