Module:links: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 212: Line 212:
return target
return target
else
else
error("The specified language " .. lang:getCanonicalName()
if lang:hasType("conlang") then
.. " is unattested, while the given term does not begin with '*' to indicate that it is reconstructed.")
target = "*" .. target
elseif not lang:hasType("conlang") then
target = "Reconstruction:" .. lang:getFullName() .. "/" .. target
end
end
end


Navigation menu