All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:42, 25 July 2024 Nexovia talk contribs created page Module:Global lock (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 = {...")