Модуль:Сущность: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 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")) | |||
else | |||
return frame:preprocess(table.concat(out, "")) | |||
end | end | ||
end | end | ||
return p | return p | ||