Content deleted Content added
No edit summary |
No edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 13:
for k,v in pairs(wmdata) do
out = out .. "\t[\n\t\t\"" ..
end
out = mw.ustring.sub(out, 1, mw.ustring.len(out) - 2)
return frame:callParserFunction("#tag", {"syntaxhighlight", "[\n" .. out .. "\n]",
end
|