10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 607: | Line 607: | ||
tr_() | tr_() | ||
elseif table_type == "sg" then | elseif table_type == "sg" then | ||
th("Declension of <i>" .. nom_cite .. "</i> (" .. type_name .. ") ", 1, | if definite then | ||
th("Declension of <i>" .. nom_cite .. "</i> (" .. type_name .. ") ", 1, 3) | |||
tr() | |||
th("", 1, 2) | |||
th("singular") | |||
_tr() | |||
th("nominative", 1, 2) | |||
if nom == voc then td(nom, 2) else td(nom) end | |||
_tr() | |||
th("vocative", 1, 2) | |||
if nom ~= voc then td(voc) end | |||
_tr() | |||
th("genitive", 2, 1) | |||
th("proper") | |||
th("dative") | td(gen) | ||
td( | _tr() | ||
_tr() | th("constructive") | ||
th("accusative") | td(gen_short) | ||
_tr() | |||
th("dative", 1, 2) | |||
td(dat) | |||
_tr() | |||
th("accusative", 1, 2) | |||
td(acc) | |||
_tr() | |||
th("instrumental", 1, 2) | |||
td(ins) | |||
tr_() | |||
else | |||
th("Declension of <i>" .. nom_cite .. "</i> (" .. type_name .. ") ", 1, 2) | |||
tr() | |||
th("") | |||
th("singular") | |||
_tr() | |||
th("nominative") | |||
if nom == voc then td(nom, 2) else td(nom) end | |||
_tr() | |||
th("vocative") | |||
if nom ~= voc then td(voc) end | |||
_tr() | |||
th("genitive") | |||
td(gen) | |||
_tr() | |||
th("dative") | |||
td(dat) | |||
_tr() | |||
th("accusative") | |||
td(acc) | |||
_tr() | |||
th("instrumental") | |||
td(ins) | |||
tr_() | |||
end | |||
elseif table_type == "pl" then | elseif table_type == "pl" then | ||
th("Declension of <i>" .. nompl_cite .. "</i> (" .. type_name .. ") ", 1, 3) | th("Declension of <i>" .. nompl_cite .. "</i> (" .. type_name .. ") ", 1, 3) |