Module:UserLinks/sandbox: Difference between revisions

Content deleted Content added
Jackmcbarn (talk | contribs)
sync
testing sysop-show
Tag: Reverted
Line 167:
function linkFunctions.bu(snippets)
-- Block user
return '<span class="sysop-show">' .. makeWikilink(
snippets.interwiki,
-1,
'Block/' .. snippets.username,
message('display-blockuser')
) .. '</span>'
)
end
 
Line 187:
function linkFunctions.dc(snippets)
-- Deleted contribs
return '<span class="sysop-show">' .. makeWikilink(
snippets.interwiki,
-1,
'DeletedContributions/' .. snippets.username,
message('display-deletedcontributions')
) .. '</span>'
)
end