Модуль:Sandbox: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 356: | Строка 356: | ||
local out = "" | local out = "" | ||
for id in pairs(getrecipesfromtype(frame, "mixableRecipes")) do | for id in pairs(getrecipesfromtype(frame, "mixableRecipes")) do | ||
out = out .. frame:preprocess("{{#invoke: | out = out .. frame:preprocess("{{#invoke:Sandbox|buildmixablerecipebox|" .. id .. "}}") .. "\n" | ||
end | end | ||
return out | return out | ||