"ماڈیول:Main page image" کے نسخوں کے درمیان فرق

create from sandbox
 
use fileExists instead
سطر 12: سطر 12:
local new_width = 140
local new_width = 140
local page = mw.title.makeTitle('File', args[1])
local page = mw.title.makeTitle('File', args[1])
if not page.exists then
if not page.fileExists then
return new_width
return new_width
end
end