Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Global lock/sandbox: Difference between revisions

From WikiOasis Meta
Globe (talk | contribs)
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.miraheze.org/w/index.php'):extend({
tostring(mw.uri.new('//login.wikioasis.org/w/index.php'):extend({
title = 'Special:CheckUser',
title = 'Special:CheckUser',
user = username,
user = username,
Cookies help us deliver our services. By using our services, you agree to our use of cookies.