Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
Added vocative merging
mNo edit summary
(Added vocative merging)
Line 241: Line 241:
if nom == nompl then
if nom == nompl then
td(nompl, 2, 2)
td(nompl, 2, 2)
elseif nom == voc then
td(nom, 2)
td(nompl, 2)
else
else
td(nom)
td(nom)
Line 248: Line 251:
add("<tr>")
add("<tr>")
th("vocative", 1, 2)
th("vocative", 1, 2)
if nom ~= nompl then
if nom ~= nompl and nom ~= voc then td(voc) end
td(voc)
end
add("</tr>")
add("</tr>")
add("<tr>")
add("<tr>")
Line 285: Line 286:
add("<tr>")
add("<tr>")
th("nominative")
th("nominative")
td(nom)
if nom == voc then td(nom, 2) else td(nom) end
add("</tr>")
add("</tr>")
add("<tr>")
add("<tr>")
th("vocative")
th("vocative")
td(voc)
if nom ~= voc then td(voc) end
add("</tr>")
add("</tr>")
add("<tr>")
add("<tr>")
Line 354: Line 355:
add("<tr>")
add("<tr>")
th("nominative", 1, 2)
th("nominative", 1, 2)
td(nom)
if nom == voc then td(nom, 2) else td(nom) end
td(nomdu, 2)
td(nomdu, 2)
td(nompl, 2)
td(nompl, 2)
Line 360: Line 361:
add("<tr>")
add("<tr>")
th("vocative", 1, 2)
th("vocative", 1, 2)
td(voc)
if nom ~= voc then td(voc) end
add("</tr>")
add("</tr>")
add("<tr>")
add("<tr>")

Navigation menu