Модуль:Сущность: различия между версиями
Pok (обсуждение | вклад) Нет описания правки Метка: ручная отмена |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 109: | Строка 109: | ||
for compositeKey, content in pairs(merged.contentByKey or {}) do | for compositeKey, content in pairs(merged.contentByKey or {}) do | ||
if content and content ~= "" then | if content and content ~= "" then | ||
parts[#parts + 1] = mw.text.encode(compositeKey) .. "=" .. | parts[#parts + 1] = mw.text.encode(compositeKey) .. "=" .. content | ||
end | end | ||
end | end | ||