Module:Checkuser: Difference between revisions
No edit summary Tag: Reverted |
Tag: Undo |
||
| Line 115: | Line 115: | ||
end)(), 'investigate'), | end)(), 'investigate'), | ||
extlink( | extlink( | ||
tostring(mw.uri.new('checkuser.wikimedia.org/w/index.php'):extend({ | tostring(mw.uri.new('https://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('whois-referral.toolforge.org/gateway.py'):extend({ | tostring(mw.uri.new('https://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('www.robtex.com/rbls/' .. ip .. '.html')), | tostring(mw.uri.new('https://www.robtex.com/rbls/' .. ip .. '.html')), | ||
'RBLs' | 'RBLs' | ||
), | ), | ||
extlink( | extlink( | ||
tostring(mw.uri.new('ipcheck.toolforge.org/index.php'):extend({ | tostring(mw.uri.new('https://ipcheck.toolforge.org/index.php'):extend({ | ||
ip = ip | ip = ip | ||
})), | })), | ||
| Line 206: | Line 206: | ||
}, 'block log'), | }, 'block log'), | ||
extlink( | extlink( | ||
tostring(mw.uri.new('guc.toolforge.org/'):extend({ | tostring(mw.uri.new('https://guc.toolforge.org/'):extend({ | ||
by = 'date', | by = 'date', | ||
user = ip | user = ip | ||