Модуль:Песочница/Pok: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
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, " | return table.concat(parts, "/n") | ||
end | end | ||
} | } | ||