মডিউল:Main page image: সংশোধিত সংস্করণের মধ্যে পার্থক্য

requested by User:Uzume to avoid script errors
fix for error when filename is blank
৯ নং লাইন: ৯ নং লাইন:
function p._width(args)
function p._width(args)
local new_width = 140
local new_width = 140
local page = mw.title.makeTitle('File', args[1])
local page = mw.title.makeTitle('File', args[1] or '')
if not page or not page.fileExists then
if not page or not page.fileExists then
return new_width
return new_width