Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 414: Line 414:
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("^[%*%?]") then
link.target = "*" .. link.target
link.target = "*" .. link.target
end
end

Navigation menu