Module:lzz-dec-noun/declension table

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

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:Laz_noun_declension|Laz declension]])</span></div>
<div class="NavContent">
{| border="1px solid #DEDEDE" style="border-collapse:collapse; background:#F9F9F9; text-align:center; width:100%" class="Laz declension-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:#EFEFEF" | [[absolutive]]
| {abs1}
| {abs2}
|-
! style="background:#EFEFEF" | [[ergative]]
| {erg1}
| {erg2}
|-
! style="background:#EFEFEF" | [[dative]]
| {dat1}
| {dat2}
|-
! style="background:#EFEFEF" | [[genitive]]
| {gen1}
| {gen2}
|-
! style="background:#EFEFEF" | [[directive]]
| {dir1}
| {dir2}
|-
! style="background:#EFEFEF" | [[ablative]]
| {abl1}
| {abl2}
|-
! style="background:#EFEFEF" | [[locative]]
| {loc1}
| {loc2}
|-
! style="background:#EFEFEF" | [[instrumental]]
| {ins1}
| {ins2}
|-
!colspan="4" style = "text-align:left; font-weight:normal; font-size:smaller;"| Notes: dialects may differ on declension.
|}
</div>
</div>]===]

return export