Module:Sandbox/ProcrastinatingReader: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1:
local p = {}
local args = {}
local plain = require('Module:Plain text')._main
local getArgs = require('Module:Arguments').getArgs
Line 6 ⟶ 5:
 
function p.width(frame)
local args = getArgs(frame)
return p._width(args)
end
 
function p._width(args)
local new_width = 140
local page = mw.title.makeTitle('File', args[1])