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

Нет описания правки
Нет описания правки
Строка 336: Строка 336:
function p.tests(frame)
function p.tests(frame)
     local out = ""
     local out = ""
     for type, recipes in pairs(getrecipesbyname(frame, "[Ss]oup")) do
     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