Module:links: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 115: Line 115:


-- Process the target
-- Process the target
link.target = link.target:gsub("^%*", "Reconstruction:" .. lang:getCanonicalName() .. "/")
link.target = export.getLinkPage(link.target, lang)
link.target = export.getLinkPage(link.target, lang)