"ماڈیول:Main page image" کے نسخوں کے درمیان فرق
م fix for error when filename is blank |
use simplified formula suggested in talk page which is also very slightly faster. tested on local machine with identical results |
||
سطر 14: | سطر 14: | ||
end | end | ||
new_width = math.floor ( | new_width = math.floor(140 * math.sqrt(page.file.width / page.file.height) + 0.5) | ||
return new_width | return new_width |