Module:Check for clobbered parameters: 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.

November 30, 2025

May 25, 2025

March 20, 2025

  • curprev 22:5722:57, March 20, 2025 admin>Admin 1,646 bytes +1,646 صفحه‌ای تازه حاوی «local p = {} local function trim(s) return mw.ustring.match(s, '^%s*(.-)%s*$') end local function isnotempty(s) return s and mw.ustring.match(s, '%S') end function p.check(frame) local args = frame.args local pargs = frame:getParent().args local checknested = isnotempty(args['nested']) local delimiter = isnotempty(args['delimiter']) and args['delimiter'] or ';' local argpairs = {} for k, v in pairs(args) do if type(k) ==...» ایجاد کرد