Модуль:Сущность: различия между версиями

Нет описания правки
Метка: ручная отмена
мНет описания правки
Строка 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) .. "=" .. mw.text.encode(content)
             parts[#parts + 1] = mw.text.encode(compositeKey) .. "=" .. content
         end
         end
     end
     end