Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
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)

Navigation menu