Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 675: Line 675:
local aidentical = false
local aidentical = false
if pp.vstem then
if pp.vstem then
if get_forms(pp['2s'],"ai","avai$","áe") == get_forms(pp.pst,"ai") then
if get_forms(pp['2s'],"ai","avai$","áe") == get_forms(pp.pst,"ai", "aai$", "áe") then
td(get_forms(pp['2s'],"ai","avai$","áe"),2)
td(get_forms(pp['2s'],"ai","avai$","áe"),2)
aidentical = true
aidentical = true
Line 683: Line 683:
td(get_forms(pp['2s'],"á","avá$","áva"))
td(get_forms(pp['2s'],"á","avá$","áva"))
else
else
if get_forms(pp['2s'],"ai") == get_forms(pp.pst,"ai") then
if get_forms(pp['2s'],"ai") == get_forms(pp.pst,"ai", "aai$", "áe") then
td(get_forms(pp['2s'],"ai"),2)
td(get_forms(pp['2s'],"ai"),2)
aidentical = true
aidentical = true
Line 701: Line 701:
_tr()
_tr()
th("past")
th("past")
if not aidentical then td(get_forms(pp.pst,"ai")) end
if not aidentical then td(get_forms(pp.pst,"ai", "aai$", "áe")) end
td(get_forms(pp.pst,"ain"))
td(get_forms(pp.pst,"ain", "aain$", "áen"))
td(get_forms(pp.pst,"aiș"),1,2)
td(get_forms(pp.pst,"aiș", "aaiș$", "áeș"),1,2)
td(get_forms(pp.pst,"ai"))
td(get_forms(pp.pst,"ai", "aai$", "áe"))
if pp.a ~= pp.apst then
if pp.a ~= pp.apst then
td(get_forms(pp.apst,"vuos"))
td(get_forms(pp.apst,"vuos"))
Line 791: Line 791:
_tr()
_tr()
th("past")
th("past")
td(get_forms(pp.pst,"airiè"))
td(get_forms(pp.pst,"airiè", "aairiè$", "áeriè"))
td(get_forms(pp.pst,"airin"))
td(get_forms(pp.pst,"airin", "aairin$", "áerin"))
td(get_forms(pp.pst,"airiș"),1,2)
td(get_forms(pp.pst,"airiș", "aairiș$", "áeriș"),1,2)
td(get_forms(pp.pst,"airi"))
td(get_forms(pp.pst,"airi", "aairi$", "áeri"))
if pp.a ~= pp.apst then
if pp.a ~= pp.apst then
td(get_forms(pp.apst,"vúris"))
td(get_forms(pp.apst,"vúris"))

Navigation menu