Изменения
мСтрока 119:
Строка 119:
− +
− nwt:wikitext(content):done()
− else
+
+
fix
end
end
content = content .. '}}' .. nowiki(post_text)
content = content .. '}}' .. nowiki(post_text)
if tag then
if container then
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