Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 408: Line 408:
if not link then return capture end
if not link then return capture end


if all_reconstructed and not link.target:find("^%*") then
if all_reconstructed and not link.target:find("^%*") and not link.display:find("^%*") then
link.target = "*" .. link.target
link.target = "*" .. link.target
end
end

Navigation menu