Content deleted Content added
No edit summary |
No edit summary |
||
Line 12:
local new_width = 140
local page = mw.title.makeTitle('File', args[1])
if not page.exists then
return new_width
end
local ratio = page.file.width / page.file.height
|