This template creates a conjugation table for Lower Sorbian verbs of classes 77 and 78. It takes two positional parameters: the first is the stem of the verb excluding the final consonant(s), and the second is the final consonant(s) (before the -iś ending of the infinitive). If the stem ends in l or n preceded by a consonant, put both final consonants in the second parameter. (This generates the epenthetic -i- in the imperative forms. Currently only dl
, sl
, łn
, and ln
are supported, but additional pairs can be added if necessary.) It also takes one named parameter, asp=
, which can be set to either impf
for imperfective aspect or pf
for perfective aspect. (However, the use of this paradigm with perfective verbs is archaic; they usually belong to class 79 instead.) For example, for topiś add:
====Conjugation==== {{dsb-conj-77|to|p|asp=impf}}
for mysliś add:
====Conjugation==== {{dsb-conj-77|my|sl|asp=impf}}
and for zapaliś add:
====Conjugation==== {{dsb-conj-77|zapa|l|asp=pf}}