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

Нет описания правки
Нет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 248: Строка 248:
     if outputType == "enum" then
     if outputType == "enum" then
         return frame:preprocess(table.concat(out, ", "))
         return frame:preprocess(table.concat(out, ", "))
     else
     elseif outputType == "list" then
         return frame:preprocess(table.concat(out, "\n"))
         return frame:preprocess(table.concat(out, "\n"))
    else
    return frame:preprocess(table.concat(out, ""))
     end
     end
end
end


return p
return p