Module:pollasena-roots: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 26: Line 26:
term = "*" .. term
term = "*" .. term
end
end
local data = {term = term, alt = alt, lang = lang, to_wikt = natlang}
local data = {term = term, alt = alt or term, lang = lang, to_wikt = natlang}
return require('Module:links').full_link(data)
return require('Module:links').full_link(data)
end
end