Module:Global lock/sandbox: Difference between revisions
From WikiOasis Meta
More actions
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 = {..." |
m Minor fix. |
||
| (One intermediate revision by one other user not shown) | |||
| Line 107: | Line 107: | ||
'<span title="Login Wiki Checkuser" class="tpl-permalink-reason">' .. | '<span title="Login Wiki Checkuser" class="tpl-permalink-reason">' .. | ||
extlink( | extlink( | ||
tostring(mw.uri.new('//login. | tostring(mw.uri.new('//login.wikioasis.org/w/index.php'):extend({ | ||
title = 'Special:CheckUser', | title = 'Special:CheckUser', | ||
user = username, | user = username, | ||