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

Нет описания правки
tests
Строка 9: Строка 9:
     local out = frame:expandTemplate{ title = "Temperature", args = { min = 322, max = "Infinity" }}
     local out = frame:expandTemplate{ title = "Temperature", args = { min = 322, max = "Infinity" }}
     return out
     return out
end
function p.tests(frame)
    local out = ""
    local title = mw.title.new( 'File:Mousegif.gif' )
    local temp = title.file.exists
    return temp
end
end