Module:User:Dixtosa/ka-conjugation/conjugation table

This is a private module sandbox of Dixtosa, for his own experimentation. Items in this module may be added and removed at Dixtosa's discretion; do not rely on this module's stability.


local export = {}


export.template = [===[
<div class="NavFrame" style="clear:both;margin-top:1em">
<div class="NavHead" align=left>&nbsp;&nbsp;Conjugation of {lemma} <span style="font-size:90%;">(see also [[Appendix:Georgian verbs]])</span></div>
<div class="NavContent" align=center>
{| style="background:#F0F0F0;width:100%;border-collapse:separate;border-spacing:2px" class="inflection-table"
|-
! colspan="2" style="background:#e2e4c0" |
! colspan="3" style="background:#e2e4c0" | perfective
! colspan="3" style="background:#e2e4c0" | imperfective
|-
! colspan="2" style="background:#e2e4c0" | verbal noun
| colspan="3" | {perfective verbal noun}
| colspan="3" | {imperfective verbal noun}
|-
! colspan="2" rowspan="2" style="background:#C0C0C0" | person
! colspan="3" style="background:#C0C0C0" | singular
! colspan="3" style="background:#C0C0C0" | plural
|-
! style="background:#C0C0C0;width:12.5%" | first
! style="background:#C0C0C0;width:12.5%" | second
! style="background:#C0C0C0;width:12.5%" | third
! style="background:#C0C0C0;width:12.5%" | first
! style="background:#C0C0C0;width:12.5%" | second
! style="background:#C0C0C0;width:12.5%" | third
|-
! style="background:#c0e4c0" colspan="2" | screeves
! style="background:#c0e4c0" | მე (me) 
! style="background:#c0e4c0" | შენ (šen)
! style="background:#c0e4c0" | ის (is)
! style="background:#c0e4c0" | ჩვენ (čven)
! style="background:#c0e4c0" | თქვენ (tkven)
! style="background:#c0e4c0" | ისინი (isini)
|-
! rowspan="3" style="background:#c0e4c0" | present
! style="height:3em;background:#c0e4c0" | present
| {present1sg}
| {present2sg}
| {present3sg}
| {present1pl}
| {present2pl}
| {present3pl}
|-
! style="height:3em;background:#c0e4c0" | imperfect
| {imperfect1sg}
| {imperfect2sg}
| {imperfect3sg}
| {imperfect1pl}
| {imperfect2pl}
| {imperfect3pl}
|-
! style="height:3em;background:#c0e4c0" | present subjunctive
| {present subjunctive1sg}
| {present subjunctive2sg}
| {present subjunctive3sg}
| {present subjunctive1pl}
| {present subjunctive2pl}
| {present subjunctive3pl}
|-
! rowspan="3" style="background:#c0e4c0" | future
! style="height:3em;background:#c0e4c0" | future
| {future1sg}
| {future2sg}
| {future3sg}
| {future1pl}
| {future2pl}
| {future3pl}
|-
! style="height:3em;background:#c0e4c0" | conditional
| {conditional1sg}
| {conditional2sg}
| {conditional3sg}
| {conditional1pl}
| {conditional2pl}
| {conditional3pl}
|-
! style="height:3em;background:#c0e4c0" | future subjunctive
| {future subjunctive1sg}
| {future subjunctive2sg}
| {future subjunctive3sg}
| {future subjunctive1pl}
| {future subjunctive2pl}
| {future subjunctive3pl}
|-
! rowspan="2" style="background:#c0e4c0" | aorist
! style="height:3em;background:#c0e4c0" | aorist
| {aorist1sg}
| {aorist2sg}
| {aorist3sg}
| {aorist1pl}
| {aorist2pl}
| {aorist3pl}
|-
! style="height:3em;background:#c0e4c0" | optative
| {optative1sg}
| {optative2sg}
| {optative3sg}
| {optative1pl}
| {optative2pl}
| {optative3pl}
|-
! rowspan="3" style="background:#c0e4c0" | perfect
! style="height:3em;background:#c0e4c0" | perfect
| {perfect1sg}
| {perfect2sg}
| {perfect3sg}
| {perfect1pl}
| {perfect2pl}
| {perfect3pl}
|-
! style="height:3em;background:#c0e4c0" | pluperfect
| {present1sg}
| {present2sg}
| {present3sg}
| {present1pl}
| {present2pl}
| {present3pl}
|-
! style="height:3em;background:#c0e4c0" | perfect subjunctive
| {perfect subjunctive1sg}
| {perfect subjunctive2sg}
| {perfect subjunctive3sg}
| {perfect subjunctive1pl}
| {perfect subjunctive2pl}
| {perfect subjunctive3pl}
|-
! colspan="2" rowspan="2" style="height:3em;background:#e4d4c0" | imperative
! style="background:#e4d4c0" | –
! style="background:#e4d4c0" | შენ (šen)
! style="background:#e4d4c0" | მან (man)
! style="background:#e4d4c0" | –
! style="background:#e4d4c0" | თქვენ (tkven)
! style="background:#e4d4c0" | მათ (mat)
|-
| —
| {imperative2sg}
| {imperative3sg}
| —
| {imperative2pl}
| {imperative3pl}
|-
|}
</div>
</div>]===]

return export