Модуль:Meals Lookup: различия между версиями
Mhamster (обсуждение | вклад) Нет описания правки |
Mhamster (обсуждение | вклад) Нет описания правки |
||
| Строка 336: | Строка 336: | ||
function p.tests(frame) | function p.tests(frame) | ||
local out = "" | local out = "" | ||
for type, recipes in pairs(getrecipesbyname(frame, "[ | for type, recipes in pairs(getrecipesbyname(frame, "[Dd]ough")) do | ||
out = out .. type .. "(" | out = out .. type .. "(" | ||
for k, r in pairs(recipes) do | for k, r in pairs(recipes) do | ||