Module:ProcessArgs: Revision history

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.

7 January 2025

  • curprev 10:2510:25, 7 January 2025Blob talk contribs 789 bytes +789 Created page with "local p = {} function p.norm( origArgs ) if type( origArgs ) ~= 'table' then origArgs = mw.getCurrentFrame():getParent().args end local args = {} for k, v in pairs( origArgs ) do v = mw.text.trim( tostring( v ) ) if v ~= '' then args[k] = v end end return args end function p.merge( origArgs, parentArgs, norm ) if type( origArgs ) ~= 'table' then norm = origArgs local f = mw.getCurrentFrame() origArgs = f.args parentArgs = f:getParent().args..."
Blanking
Manual revert
New redirect
Redirect target changed
Removed redirect
Replaced
Reverted
Rollback
Undo
Visual edit
Visual edit: Switched
wikieditor (hidden tag)