Module:etymology: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Tag: Reverted
Line 413: Line 413:
         if args["l"][i] or i_args["l"] then language_from = m_languages.get_by_code(args["l"][i] or i_args["l"]) end
         if args["l"][i] or i_args["l"] then language_from = m_languages.get_by_code(args["l"][i] or i_args["l"]) end
         local cite_term = i_term
         local cite_term = i_term
         if plaenk_alt[cite_term] then cite_term = plaenk_alt[cite_term] end
         if plaenk_alt[cite_term] ~= nil then cite_term = plaenk_alt[cite_term] end
         if (language_from and language_from.proto) or ((not language_from) and language_to.proto) then cite_term = "*" .. cite_term end
         if (language_from and language_from.proto) or ((not language_from) and language_to.proto) then cite_term = "*" .. cite_term end
         if not args["nocat"] then
         if not args["nocat"] then