Module:Hatnote: Difference between revisions

Jump to navigation Jump to search
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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu