10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 721: | Line 721: | ||
th("proper") | th("proper") | ||
td(gen, 2, 1) | td(gen, 2, 1) | ||
td(gendu) | if definite then | ||
td(gendu) | |||
else | |||
td(gendu, 2, 1) | |||
end | |||
td(genpl) | td(genpl) | ||
_tr() | _tr() | ||
th("constructive") | th("constructive") | ||
td(gendu_short) | if not definite then td(gendu_short) end | ||
td(genpl_short) | td(genpl_short) | ||
_tr() | _tr() | ||
Line 743: | Line 747: | ||
td(inspl) | td(inspl) | ||
tr_() | tr_() | ||
elseif table_type == "dupl" then | elseif table_type == "dupl" and definite then | ||
th("Declension of <i>" .. nomdu_cite .. "</i> (" .. type_name .. ") ", 1, 3) | th("Declension of <i>" .. nomdu_cite .. "</i> (" .. type_name .. ") ", 1, 3) | ||
tr() | tr() | ||
Line 769: | Line 773: | ||
_tr() | _tr() | ||
th("instrumental", 1, 2) | th("instrumental", 1, 2) | ||
td(insdu) | |||
tr_() | |||
elseif table_type == "dupl" then | |||
th("Declension of <i>" .. nomdu_cite .. "</i> (" .. type_name .. ") ", 1, 2) | |||
tr() | |||
th("") | |||
th("binary plural") | |||
_tr() | |||
th("nominative") | |||
if nomdu == vocdu then td(nomdu, 2) else td(nomdu) end | |||
_tr() | |||
th("vocative") | |||
if nomdu ~= vocdu then td(vocdu) end | |||
_tr() | |||
th("genitive") | |||
td(gendu) | |||
_tr() | |||
th("dative") | |||
td(datdu) | |||
_tr() | |||
th("accusative") | |||
td(accdu) | |||
_tr() | |||
th("instrumental") | |||
td(insdu) | td(insdu) | ||
tr_() | tr_() |