Module:Clean image: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

15 October 2024

  • curprev 23:1223:12, 15 October 2024Alex talk contribs 1,067 bytes +1,067 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..."