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(
4,
"Requests for checkuser/Case/" .. snippets.username,
Line 339 ⟶ 338:
function linkFunctions.spi(snippets)
return makeWikilinkIfExists(
4,
"Sockpuppet investigations/" .. snippets.username,
Line 347 ⟶ 345:
function linkFunctions.socks(snippets)
sspLink = makeWikilinkIfExists(
4,
"Suspected sock puppets investigations/" .. snippets.username,
|