Module:UserLinks/sandbox: Difference between revisions

Content deleted Content added
Handle link functions returning nil (to indicate that they should be omitted from this usage)
No edit summary
Line 331:
function linkFunctions.rfcheckuser(snippets)
return makeWikilinkIfExists(
snippets.interwiki,
4,
"Requests for checkuser/Case/" .. snippets.username,
Line 339 ⟶ 338:
function linkFunctions.spi(snippets)
return makeWikilinkIfExists(
snippets.interwiki,
4,
"Sockpuppet investigations/" .. snippets.username,
Line 347 ⟶ 345:
function linkFunctions.socks(snippets)
sspLink = makeWikilinkIfExists(
snippets.interwiki,
4,
"Suspected sock puppets investigations/" .. snippets.username,