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 = [===[
<div  style = "display:none;"><pre class = "pageSpecificCss">
.Georgian.inflection-table tr:hover
{\op}
	background-color:#EBEBEB;
{\cl}
</pre></div>
<div class="NavFrame">
<div class="NavHead"> Declension of {term} <span style="font-size:85%;"> (see [[Appendix:Georgian_noun_declension|Georgian declension]])</span></div>
<div class="NavContent">
{| border="1px solid #DEDEDE" style="border-collapse:collapse; background:#F9F9F9; text-align:center; width:100%" class="Georgian inflection-table"
! style="width:16%;background:#DEDEDE" | 
! style="background:#DEDEDE" data-BOThint="%s of&#124;%s" | singular
! style="background:#DEDEDE" data-BOThint="%s of&#124;%s" | plural
! style="background:#DEDEDE" data-BOThint="form of&#124;archaic plural of&#124;%s" | [[Appendix:Georgian_noun_declension#Pluralization|archaic plural]]
|-
! style="background:#EFEFEF" | [[nominative]]
| {nom1}
| {nom2}
| {nom3}
|-
! style="background:#EFEFEF" | [[ergative]]
| {erg1}
| {erg2}
| {erg3}
|-
! style="background:#EFEFEF" | [[dative]]
| {dat1}
| {dat2}
| {dat3}
|-
! style="background:#EFEFEF" | [[genitive]]
| {gen1}
| {gen2}
| {gen3}
|-
! style="background:#EFEFEF" | [[instrumental]]
| {ins1}
| {ins2}
|-
! style="background:#EFEFEF" | [[adverbial]]
| {adv1}
| {adv2}
|-
! style="background:#EFEFEF" | [[vocative]]
| {voc1}
| {voc2}
| {voc3}
|-
!colspan="4" style = "text-align:left; font-weight:normal; font-size:smaller;"| Notes: archaic plurals might not exist.{note}
|}
</div>
</div>]===]

return export