Content deleted Content added
No edit summary |
No edit summary |
||
Line 2:
function p.data(frame)
local args = frame.args[1] and frame.args or frame:getParent().args
local file = args[1] and mw.title.new(args[1]).file or {width = '?', height = '?'}
if args[2] == 'width' then
|