Module:rad-stem/templates: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 1,245: Line 1,245:
th("imperative", 1, 2)
th("imperative", 1, 2)
th()
th()
if pp.imp and pp.a ~= pp.imp then
local form_imp = ""
td(get_forms(pp.imp))
if pp.imp then form_imp = get_forms(pp.imp) else form_imp = nil end
local form_a = get_forms(pp.a)
if form_imp and form_a ~= form_imp then
td(form_imp)
elseif pp.vstem then
elseif pp.vstem then
td(get_forms(pp.a, "", "va$", "ja"))
td(get_forms(pp.a, "", "va$", "ja"))
else
else
td(get_forms(pp.a), 2, 1)
td(form_a, 2, 1)
end
end
td(get_forms(pp['2s'],"úș"))
td(get_forms(pp['2s'],"úș"))
Line 1,263: Line 1,266:
th("non-past")
th("non-past")
td(get_forms(pp['1s']))
td(get_forms(pp['1s']))
if (pp.imp and pp.a ~= pp.imp) or pp.vstem then td(get_forms(pp.a)) end
if (form_imp and form_a ~= form_imp) or pp.vstem then td(form_a) end
if form_3s == form_2s then
if form_3s == form_2s then
td(form_3s, 1, 3)
td(form_3s, 1, 3)

Navigation menu