Module:UserLinks/sandbox: Difference between revisions

Content deleted Content added
on second thoughts, add the "u" code back in - it might be useful for the p.single function
switch link code check order
Line 371:
 
function p.export(codes, snippets, linkFunctions, options)
-- OutputMake the blank string if nouser link codes were specified.
local userLink = linkFunctions.u(snippets)
 
-- Check to see that we were passed at least one code, and return the
-- blank string otherwise.
if #codes < 1 then
return ''
end
 
-- Make the user link.
local userLink = linkFunctions.u(snippets)
 
-- Make the toolbar.