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

fix for error when filename is blank
11 revisions imported
ট্যাগ: মোবাইল সম্পাদনা মোবাইল ওয়েব সম্পাদনা
 
(২ জন ব্যবহারকারী দ্বারা সম্পাদিত ২টি মধ্যবর্তী সংশোধন দেখানো হচ্ছে না)
১৪ নং লাইন: ১৪ নং লাইন:
end
end


new_width = math.floor ( ( page.file.width / math.sqrt ( ( page.file.width * page.file.height ) / 19600 ) ) + 0.5 )
new_width = math.floor(140 * math.sqrt(page.file.width / page.file.height) + 0.5)


return new_width
return new_width