Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 351: Line 351:
if not link.target then
if not link.target then
link.target = target
link.target = target
link.display = target:gsub("%*", "")
link.display = target
end
end
 
link.display = link.display:gsub("^%*", "")
-- There's no point in processing these, as they aren't real links.
-- There's no point in processing these, as they aren't real links.
local target_lower = link.target:lower()
local target_lower = link.target:lower()

Navigation menu