Module:UserLinks/extra: Difference between revisions

Content deleted Content added
Change dnswatch.info and stopforumspam.com to https per edit request
add fa lr and mr
 
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