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

Нет описания правки
Нет описания правки
Строка 438: Строка 438:
                     out = out .. frame:preprocess("{{#invoke:Meals Lookup|buildtoolmaderecipebox|" .. id .. "}}") .. "\n"
                     out = out .. frame:preprocess("{{#invoke:Meals Lookup|buildtoolmaderecipebox|" .. id .. "}}") .. "\n"
                 end
                 end
            end
        else
            do
                out = out .. type .. "\n"
             end
             end
         end
         end
Строка 491: Строка 495:
         for type, recipes in pairs(ids) do
         for type, recipes in pairs(ids) do
             for n, recipe in pairs(recipes) do
             for n, recipe in pairs(recipes) do
                 id = recipe["id"]
                 local id = recipe["id"]
                 out = out .. id .. "\n"
                 out = out .. id .. "\n"
             end
             end