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

buildheatrecipebox
Нет описания правки
Строка 173: Строка 173:
     local out = ""
     local out = ""
     for id in pairs(getrecipesfromtype(frame, "heatableRecipes")) do
     for id in pairs(getrecipesfromtype(frame, "heatableRecipes")) do
         out = out .. frame:preprocess("{{#invoke:Meals Lookup|buildheatrecipebox|" .. id .. "}}") .. "\n"
         out = out .. frame:preprocess("{{#invoke:Meals Lookup|buildheatrecipes|" .. id .. "}}") .. "\n"
     end
     end
     return out
     return out