Module:Sandbox/Ahecht/navboxtolua: Difference between revisions

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