Module:Checkuser: Difference between revisions
Created page with "local p = {} local getArgs = function(fr) return require('Module:Arguments').getArgs(fr, { trim = true, removeBlanks = true }) end local noping = function(name) return require('Module:No ping')._main({name}) end local middot = ' <b>·</b> ' local spi = 'Wikipedia:Sockpuppet investigations' local extlink = function(url, text) return '[' .. tostring(url) .. (text and ' ' .. text or '') .. ']' end local link = function(page, param, text) return ext..." |
No edit summary Tag: Reverted |
||
| Line 115: | Line 115: | ||
end)(), 'investigate'), | end)(), 'investigate'), | ||
extlink( | extlink( | ||
tostring(mw.uri.new(' | tostring(mw.uri.new('checkuser.wikimedia.org/w/index.php'):extend({ | ||
title = 'Special:Search', | title = 'Special:Search', | ||
search = sock, | search = sock, | ||
| Line 169: | Line 169: | ||
}, 'filter log'), | }, 'filter log'), | ||
extlink( | extlink( | ||
tostring(mw.uri.new(' | tostring(mw.uri.new('whois-referral.toolforge.org/gateway.py'):extend({ | ||
lookup = 'true', | lookup = 'true', | ||
ip = ip | ip = ip | ||
| Line 176: | Line 176: | ||
), | ), | ||
extlink( | extlink( | ||
tostring(mw.uri.new(' | tostring(mw.uri.new('www.robtex.com/rbls/' .. ip .. '.html')), | ||
'RBLs' | 'RBLs' | ||
), | ), | ||
extlink( | extlink( | ||
tostring(mw.uri.new(' | tostring(mw.uri.new('ipcheck.toolforge.org/index.php'):extend({ | ||
ip = ip | ip = ip | ||
})), | })), | ||
| Line 206: | Line 206: | ||
}, 'block log'), | }, 'block log'), | ||
extlink( | extlink( | ||
tostring(mw.uri.new(' | tostring(mw.uri.new('guc.toolforge.org/'):extend({ | ||
by = 'date', | by = 'date', | ||
user = ip | user = ip | ||