Модуль:GetField: различия между версиями

Нет описания правки
мНет описания правки
Строка 418: Строка 418:
     end
     end


     local result = table.concat(out, "\n")
     local result = table.concat(out, " ")
     if type(frame.preprocess) == "function" then
     if type(frame.preprocess) == "function" then
         return frame:preprocess(result)
         return frame:preprocess(result)
Строка 481: Строка 481:
     end
     end


     local result = table.concat(out, "\n")
     local result = table.concat(out, " ")
     if type(frame.preprocess) == "function" then
     if type(frame.preprocess) == "function" then
         return frame:preprocess(result)
         return frame:preprocess(result)