Module:rad-stem/templates: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
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 if voc == vocpl then td(voc, 1, 2) else td(voc) end end
if nom ~= nompl and nom ~= voc and table_type ~= "adj" then if voc == vocpl and nompl ~= vocpl then td(voc, 1, 2) else td(voc) end end
if nompl ~= vocpl and voc ~= vocpl then td(vocpl) end
if nompl ~= vocpl and voc ~= vocpl then td(vocpl) end
_tr()
_tr()