Module:UserLinks: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(fix)
(better /64 support)
Line 83: Line 83:
-- Contributions
-- Contributions
local first64 = snippets.username:match('^%x+:%x+:%x+:%x+:')
local first64 = snippets.username:match('^%x+:%x+:%x+:%x+:')
or snippets.username:match('^%x+:%x+:%x+:')
or snippets.username:match('^%x+:%x+:')
or snippets.username:match('^%x+:')
return first64 and makeWikilink(
return first64 and makeWikilink(
snippets.interwiki,
snippets.interwiki,