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

tests
Нет описания правки
Строка 13: Строка 13:
function p.tests(frame)
function p.tests(frame)
     local out = ""
     local out = ""
     local title = mw.title.new( 'File:Mousegif.gif' )
     local title = mw.title.new( frame.args[1] )
     local temp = title.file.exists
     local temp = title.file.exists
     return temp
     return temp