10,731
edits
TheNightAvl (talk | contribs) No edit summary Tag: Reverted |
TheNightAvl (talk | contribs) No edit summary Tag: Manual revert |
||
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] | 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 (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 |