local p = {} 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 = '?', size = '?'} return file[args[2]] end return p