Изменения

м
fix
Строка 119: Строка 119:  
end
 
end
 
content = content .. '}}' .. nowiki(post_text)
 
content = content .. '}}' .. nowiki(post_text)
if tag then
+
if container then
nwt:wikitext(content):done()
  −
else
   
local container_args = {}
 
local container_args = {}
 
container_args[1] = content
 
container_args[1] = content
 
nwt = expand(frame, container, container_args)
 
nwt = expand(frame, container, container_args)
 +
else
 +
nwt:wikitext(content):done()
 
end
 
end
  
Анонимный участник