10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 582: | Line 582: | ||
_tr() | _tr() | ||
th("vocative", 1, 2) | th("vocative", 1, 2) | ||
if nom ~= nompl and nom ~= voc and table_type ~= "adj" then td(voc) end | if nom ~= nompl and nom ~= voc and table_type ~= "adj" then if voc == vocpl then td(voc, 1, 2) else td(voc) end end | ||
if nompl ~= vocpl then td(vocpl) end | if nompl ~= vocpl and voc ~= vocpl then td(vocpl) end | ||
_tr() | _tr() | ||
th("genitive", 2, 1) | th("genitive", 2, 1) |