Module:links: Difference between revisions

No edit summary
No edit summary
 
Line 397: Line 397:
--.. " is unattested, while the given term does not begin with '*' to indicate that it is reconstructed.")
--.. " is unattested, while the given term does not begin with '*' to indicate that it is reconstructed.")
orig_target = "*" .. target
orig_target = "*" .. target
else
target = target
end
end
else
target = "Contionary:" .. target
end
end
target = (lang:hasType("conlang") and "Contionary:" or "wikt:") .. target
return target, orig_target, escaped > 0
return target, orig_target, escaped > 0