10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 203: | Line 203: | ||
_tr() | _tr() | ||
th("comparative") | th("comparative") | ||
if pos == "adj" then | if pos == "adj" or args[1] == nil then | ||
td(get_forms("uobș", "hevúb")) | td(get_forms("uobș", "hevúb")) | ||
elseif pos == "adv" then | elseif pos == "adv" then | ||
td(get_forms("úb | td(get_forms("úb")) | ||
end | end | ||
_tr() | _tr() | ||
th("superlative") | th("superlative") | ||
if pos == "adj" then | if pos == "adj" or args[1] == nil then | ||
td(get_forms("úvaș", "hevúva")) | td(get_forms("úvaș", "hevúva")) | ||
elseif pos == "adv" then | elseif pos == "adv" then | ||
td(get_forms("úva | td(get_forms("úva")) | ||
end | end | ||
_tr() | _tr() | ||
th("excessive") | th("excessive") | ||
if pos == "adj" then | if pos == "adj" or args[1] == nil then | ||
td(get_forms("úvaiș", "hevúvai")) | td(get_forms("úvaiș", "hevúvai")) | ||
elseif pos == "adv" then | elseif pos == "adv" then | ||
td(get_forms("úvai | td(get_forms("úvai")) | ||
end | end | ||
tr_() | tr_() |