Changes

Jump to navigation Jump to search

Module:Hatnote

211 bytes added, 10:35, 7 October 2014
detect piped link hacks made with the {{!}} parser function
else
colon = ''
end
 
-- Find whether a faux display value has been added with the {{!}} magic
-- word.
if not display then
local prePipe, postPipe = link:match('^(.-)|(.*)$')
link = prePipe or link
display = postPipe
end
Anonymous user

Navigation menu