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

Нет описания правки
мНет описания правки
Строка 695: Строка 695:
     local result
     local result
     if outputType == "enum" then
     if outputType == "enum" then
         result = frame:preprocess(table.concat(out, ", "))
         result = table.concat(out, ", ")
     else
     else
         result = frame:preprocess(table.concat(out, "\n"))
         result = table.concat(out, "\n")
     end
     end


Строка 704: Строка 704:
     end
     end


     return result
     return frame:preprocess(result)
end
end


return p
return p