Module:ka-infl-noun/declension table

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This module needs documentation.
Please document this module by describing its purpose and usage on the documentation page.

local export = {}


export.template = [===[
{| class="wikitable vsSwitcher vsToggleCategory-declension autocollapsed" style="text-align:center; border: 0.5px solid #CCC;"
|-
! class="vsToggleElement" style="text-align:left; width:40em" colspan="4" |  Declension of {term} <small> (see [[Appendix:Georgian_noun_declension|Georgian declension]])</small>
|- class="vsHide"
! style="width:15em" |
! colspan="1" style="width:15em" | singular
! colspan="1" style="width:15em" | plural
! colspan="1" style="width:15em" | [[Appendix:Georgian_noun_declension#Pluralization|archaic plural]]
|- class="vsHide"
! [[nominative]]
| {nom1}
| {nom2}
| {nom3}
|- class="vsHide"
! [[ergative]]
| {erg1}
| {erg2}
| {erg3}
|- class="vsHide"
! [[dative]]
| {dat1}
| {dat2}
| {dat3}
|- class="vsHide"
! [[genitive]]
| {gen1}
| {gen2}
| {gen3}
|- class="vsHide"
! [[instrumental]]
| {ins1}
| {ins2}
|
|- class="vsHide"
! [[adverbial]]
| {adv1}
| {adv2}
|
|- class="vsHide"
! [[vocative]]
| {voc1}
| {voc2}
| {voc3}
|- class="vsHide"
! colspan="4" style = "text-align:left; font-weight:normal; font-size:smaller;"| Notes: archaic plurals might not exist.{note}
|}
</div>
</div>]===]

return export