Content deleted Content added
remove # |
#### |
||
Line 4:
local output = "{\n"
for k,v in pairs(args) do
if mw.ustring.find(v,'
output = output .. k .. ' = _navbox({[1] = "child",\n\n}),\n'
elseif mw.ustring.find(v,'\n',1,true) then
|