45,647
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 | ||
term = (lang: | term = (lang:hasType() == "reconstructed" and "*" or "") .. term | ||
local data = {term = term, alt = alt, lang = lang, nocont = natlang} | local data = {term = term, alt = alt, lang = lang, nocont = natlang} | ||
return require('Module:links').full_link(data) | return require('Module:links').full_link(data) |