Module:UserLinks: Difference between revisions

Content deleted Content added
Remove the link table generator in favor of hand-written documentation
including these imply the lack of a secondary preference, which MW does not support
Tag: Reverted
Line 358:
'Nuke/' .. snippets.username,
message('display-nuke')
 
)
end
 
function linkFunctions.gender(snippets)
-- Gender
Line 368 ⟶ 366:
'GENDER',
snippets.username,
'he/him',
'she/her',
'they/them'
)
end
 
----------------------------------------------------------------------------
-- End of link functions