48,357
edits
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 | |||
term = "*" .. term | |||
end | |||
local data = {term = term, alt = alt, lang = lang, to_wikt = natlang} | local data = {term = term, alt = alt, lang = lang, to_wikt = natlang} | ||
return require('Module:links').full_link(data) | return require('Module:links').full_link(data) | ||