Alex
Created page with "local hc = require('Module:Paramtest').has_content local p = {} p.main = function(frame) local args = frame:getParent().args local clean = { file = args.file or args[1], width = args.width or args[2], height = args.height or args[3], link = args.link } return p.clean(clean) end p.clean = function(args) local file = args.file if not hc(file) or (file and (file:lower() == 'no' or file == '')) then return '' end local height, width = '','' if hc(args.hei..."