Module:UserLinks/extra: Difference between revisions

Content deleted Content added
robtex.com has undergone significant changes. Updated rbl link to reflect that.
add fa lr and mr
 
(One intermediate revision by one other user not shown)
Line 31:
'COIBot'
)
end
 
function linkFunctions.fa(snippets)
-- Former admin label
return message('display-formeradmin')
end
 
Line 65 ⟶ 70:
},
'http'
)
end
 
function linkFunctions.lr(snippets)
-- Local rights
return makeFullUrlLink(
snippets.interwiki,
-1,
'Log',
{page = 'User:' .. snippets.username},
message('display-localrights')
)
end
function linkFunctions.mr(snippets)
-- Meta user rights
return makeFullUrlLink(
'meta',
-1,
'Log',
{page = 'User:' .. snippets.username .. '@enwiki'},
message('display-metarights')
)
end
Line 98 ⟶ 125:
return makeUrlLink(
{
protocol = 'httphttps',
host = 'www.dnswatch.info',
path = '/dns/dnslookup',
Line 125 ⟶ 152:
return makeUrlLink(
{
protocol = 'httphttps',
host = 'www.stopforumspam.com',
path = '/search/' .. snippets.username,