Module:pollasena-roots: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 23: Line 23:
-- true if the language declaration has a wikidata item, a marginal amount of conlangs have it
-- true if the language declaration has a wikidata item, a marginal amount of conlangs have it
if lang:hasType("reconstruced") and not term:match("^%*") then
if lang:hasType("reconstructed") and not term:match("^%*") then
term = "*" .. term
term = "*" .. term
end
end