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

Нет описания правки
Нет описания правки
Строка 24: Строка 24:
                 break
                 break
             end
             end
        end
        if out ~= "nil" then
            break
         end
         end
     end
     end
Строка 34: Строка 31:
function p.tests(frame)
function p.tests(frame)
     local out = ""
     local out = ""
     out = p.getrecipetype(frame, frame.args[1])
     out = p.getrecipetype(frame, frame.args[1]).len
return out
return out
end
end