10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
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 (language_from and language_from.proto) or ((not language_from) and language_to.proto) then cite_term = " | if plaenk_alt[cite_term] 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 not args["nocat"] then | if not args["nocat"] then | ||
if args["noaff"][i] or i_args["noaff"] then | if args["noaff"][i] or i_args["noaff"] then |