10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 370: | Line 370: | ||
gloss = args["t"][i] or i_args["t"], | gloss = args["t"][i] or i_args["t"], | ||
pos = args["pos"][i] or i_args["pos"], | pos = args["pos"][i] or i_args["pos"], | ||
anchor = args["anchor"][i] or i_args["anchor"], | anchor = args["anchor"][i] or i_args["anchor"] or i_args["a"], | ||
}, "term") | }, "term") | ||
end | end | ||
Line 435: | Line 435: | ||
gloss = args["t"][i] or i_args["t"], | gloss = args["t"][i] or i_args["t"], | ||
pos = args["pos"][i] or i_args["pos"], | pos = args["pos"][i] or i_args["pos"], | ||
anchor = args["anchor"][i] or i_args["anchor"], | anchor = args["anchor"][i] or i_args["anchor"] or i_args["a"], | ||
showlanguage = (language_from and true), | showlanguage = (language_from and true), | ||
nobold = true, | nobold = true, |