Module:etymology: Difference between revisions

no edit summary
No edit summary
No edit summary
Tag: Manual revert
 
(16 intermediate revisions by the same user not shown)
Line 33: Line 33:
if terminfo.term ~= "-" then
if terminfo.term ~= "-" then
link = " " .. require("Module:links").full_link(terminfo, (require("Module:script utilities").is_Latin_script(require("Module:scripts").getByCode(terminfo.lang:getCode())) and "term" or "term_i"), true)
link = " " .. require("Module:links").full_link(terminfo, "term_i", true)
end
end
Line 105: Line 105:


terminfo = termError(terminfo)
terminfo = termError(terminfo)
terminfo.nocont = true
local link = createLink(terminfo, templateName or "derived")
local link = createLink(terminfo, templateName or "derived")