10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 520: | Line 520: | ||
anim_acc = get_forms("anim_acc", stems.anim .. "est", adj, "est") | anim_acc = get_forms("anim_acc", stems.anim .. "est", adj, "est") | ||
anim_ins = get_forms("anim_ins", stems.anim .. "evúr", adj, "evúr") | anim_ins = get_forms("anim_ins", stems.anim .. "evúr", adj, "evúr") | ||
add("<table class=\"wikitable inflection table\" style=\"text-align: center\">") | add("<table width=100% class=\"wikitable inflection table\" style=\"text-align: center\">") | ||
tr() | tr() | ||
th("Attributive forms", 1, 3) | th("Attributive forms", 1, 3) | ||
th("Emphatic combined forms with the definite article", 1, 6) | |||
_tr() | _tr() | ||
th("inanimate", 2, 1) | th("inanimate", 2, 1) | ||
th("animate", 1, 2) | th("animate", 1, 2) | ||
th("+ " .. rad_link("a"), 2) | |||
th("+ " .. rad_link("a'"), 2) | |||
th("+ " .. rad_link("ag"), 2) | |||
th("+ " .. rad_link("ai"), 2) | |||
th("+ " .. rad_link("i"), 2) | |||
th("+ " .. rad_link("u"), 2) | |||
_tr() | _tr() | ||
th("definite") | th("definite") | ||
Line 532: | Line 539: | ||
td(inan, 1, 2) | td(inan, 1, 2) | ||
td(anim) | td(anim) | ||
td(get_forms("anim", stems.anim .. "a", adj_broken_e)) | td(get_forms("anim", stems.anim .. "a", adj_broken_e)) | ||
td(get_forms("anim", stems.anim .. "a'", adj_broken_e)) | td(get_forms("anim", stems.anim .. "a'", adj_broken_e)) |