10,731
edits
No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 52: | Line 52: | ||
["alt"] = {}, | ["alt"] = {}, | ||
["t"] = {}, | ["t"] = {}, | ||
["anchor"] = {}, | |||
["a"] = {alias_of = "anchor"}, | |||
["pos"] = {}, | ["pos"] = {}, | ||
["newpos"] = {}, | ["newpos"] = {}, | ||
Line 118: | Line 120: | ||
[2] = {list = true}, | [2] = {list = true}, | ||
["alt"] = {list = true, allow_holes = true}, | ["alt"] = {list = true, allow_holes = true}, | ||
["anchor"] = {list = true, allow_holes = true}, | |||
["a"] = {alias_of = "anchor"}, | |||
["t"] = {list = true, allow_holes = true}, | ["t"] = {list = true, allow_holes = true}, | ||
["pos"] = {list = true, allow_holes = true}, | ["pos"] = {list = true, allow_holes = true}, | ||
Line 139: | Line 143: | ||
[5] = {alias_of = "t"}, | [5] = {alias_of = "t"}, | ||
["alt"] = {}, | ["alt"] = {}, | ||
["anchor"] = {}, | |||
["a"] = {alias_of = "anchor"}, | |||
["t"] = {}, | ["t"] = {}, | ||
["pos"] = {}, | ["pos"] = {}, | ||
Line 189: | Line 195: | ||
["l"] = {list = true, allow_holes = true}, | ["l"] = {list = true, allow_holes = true}, | ||
["alt"] = {list = true, allow_holes = true}, | ["alt"] = {list = true, allow_holes = true}, | ||
["anchor"] = {list = true, allow_holes = true}, | |||
["a"] = {alias_of = "anchor"}, | |||
["pos"] = {list = true, allow_holes = true}, | ["pos"] = {list = true, allow_holes = true}, | ||
["noaff"] = {list = true, allow_holes = true, type = "boolean"}, | ["noaff"] = {list = true, allow_holes = true, type = "boolean"}, | ||
Line 341: | Line 349: | ||
gloss = args["t"], | gloss = args["t"], | ||
pos = args["pos"], | pos = args["pos"], | ||
anchor = args["anchor"], | |||
nobold = true, | nobold = true, | ||
}, "term") | }, "term") | ||
Line 361: | 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"], | |||
}, "term") | }, "term") | ||
end | end | ||
Line 379: | Line 389: | ||
gloss = args["t"], | gloss = args["t"], | ||
pos = args["pos"], | pos = args["pos"], | ||
anchor = args["anchor"], | |||
showlanguage = true, | showlanguage = true, | ||
nobold = true, | nobold = true, | ||
Line 424: | 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"], | |||
showlanguage = (language_from and true), | showlanguage = (language_from and true), | ||
nobold = true, | nobold = true, |