Изменения
нет описания правки
)
)
end
end
if not is_empty(text) and text ~= title then
if not is_empty(text) then
title = title .. '|' .. text
title = title .. '|' .. text
end
end
return string.format('[[%s]]', title)
return string.format('[[%s]]', title)
end
end