Content deleted Content added
test |
test |
||
Line 4:
for k,v in pairs(args) do
if mw.ustring.find(v,'\n',1,true) then
output = output .. k .. ' = [=[' .. mw.ustring.gsub(mw.ustring.gsub(v,"%[","【"),"%]","】") .. '\n]=],\n'
else
output = output .. k .. ' = "' .. v .. '",\n'
|