Module:Global lock: 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 July 2024

  • curprev 11:4211:42, 25 July 2024Nexovia talk contribs 2,944 bytes +2,944 Created page with "local p = {} local getArgs = require('Module:Arguments').getArgs local isIpOrRange = require('Module:IPAddress').isIpOrRange local middot = ' • ' local extlink = function(url, text) return '[' .. tostring(url) .. (text and ' ' .. text or '') .. ']' end local link = function(page, param, text) return extlink(mw.uri.fullUrl(page, param), text) end function p.multi_lock(frame) local args = getArgs(frame) local text = '' local users = {} local params = {..."