Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 316: Line 316:
end)
end)
if link.target:match("^%*") and lang:hasType("reconstructed") then
if link.target:match("^%*") and lang:hasType("reconstructed") then
link.target = link.target:gsub("^%*","Reconstructed:" .. lang:getCanonicalName() .. "/")
link.target = link.target:gsub("^%*","Reconstruction:" .. lang:getCanonicalName() .. "/")
end
end

Navigation menu