Content deleted Content added
testing sysop-show Tag: Reverted |
No edit summary |
||
Line 167:
function linkFunctions.bu(snippets)
-- Block user
return
snippets.interwiki,
-1,
'Block/' .. snippets.username,
message('display-blockuser')
)
end
Line 187:
function linkFunctions.dc(snippets)
-- Deleted contribs
return
snippets.interwiki,
-1,
'DeletedContributions/' .. snippets.username,
message('display-deletedcontributions')
)
end
|