Модуль:Песочница/Pok: различия между версиями

мНет описания правки
мНет описания правки
Строка 146: Строка 146:
if tplCalls and #tplCalls > 0 then
if tplCalls and #tplCalls > 0 then
for _, tpl in ipairs(tplCalls) do
for _, tpl in ipairs(tplCalls) do
table.insert(parts, tpl)
table.insert(parts, "<p>" .. tpl .. "</p>")
end
end
end
end
return table.concat(parts, "<br>")
return table.concat(parts, "/n")
end
end
}
}