Content deleted Content added
"basically a square" |
No edit summary |
||
Line 1:
local p = {}
local args = {}
local plain = require('Module:Plain text')._main
local getArgs = require('Module:Arguments').getArgs
Line 5 ⟶ 6:
function p.width(frame)
args = getArgs(frame)
local new_width = 140
local page = mw.title.makeTitle('File',
local ratio = page.file.width / page.file.height
|