Module:Hatnote: Difference between revisions

Updated from sandbox: tweaked _formatLink() to overwrite, rather than stack, manual piping with "display"-based piping
(Added a simple p.disambiguate(page [, disambiguator]) helper function)
(Updated from sandbox: tweaked _formatLink() to overwrite, rather than stack, manual piping with "display"-based piping)
Line 168:
-- Assemble the link.
if display then
return string.format('[[:%s|%s]]', link, display)
'[[:%s|%s]]',
string.gsub(link, '|(.*)$', ''), --display overwrites manual piping
display
)
else
return string.format('[[:%s]]', link)
Anonymous user