Module:Clean image: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 March 2024

  • curprev 07:3107:31, 25 March 2024BlackHawk talk contribs 1,474 bytes +1,474 Created page with "-- <nowiki> -- Removes 'File:' prefix, just in case -- Replace {{!}} with | instead of preprocessing -- Turn into a nice wiki file link 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 or args[4], align = args.align or args[5] } return p.clean(clean) end p.c..."