Module:User:Dixtosa/oge-infl-noun/declension 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  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:Old Georgian noun declension|Old 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;uncommon plural of&#124;%s" | [[Appendix:Georgian_noun_declension#Pluralization|uncommon plural]]
|-
! style="background:#EFEFEF" | [[predicative case|predicative]]
| {abs_sg}
| {abs_pl_nt}
| {abs_pl_eb}
|-
! style="background:#EFEFEF" | [[nominative case|nominative]]
| {nom_sg}
| {nom_pl_nt}
| {nom_pl_eb}
|-
! style="background:#EFEFEF" | [[ergative case|ergative]]
| {erg_sg}
| {erg_pl_nt}
| {erg_pl_eb}
|-
! style="background:#EFEFEF" | [[dative case|dative]]
| {dat_sg}
| {dat_pl_nt}
| {dat_pl_eb}
|-
! style="background:#EFEFEF" | [[genitive case|genitive]]
| {gen_sg}
| {gen_pl_nt}
| {gen_pl_eb}
|-
! style="background:#EFEFEF" | [[directional case|directional]]
| {dir_sg}
| {dir_pl_nt}
| {dir_pl_eb}
|-
! style="background:#EFEFEF" | [[instrumental case|instrumental]]
| {ins_sg}
| {ins_pl_nt}
| {ins_pl_eb}
|-
! style="background:#EFEFEF" | [[adverbial case|adverbial]]
| {adv_sg}
| {adv_pl_nt}
| {adv_pl_eb}
|-
! style="background:#EFEFEF" | [[vocative case|vocative]]
| {voc_sg}
| {voc_pl_nt}
| {voc_pl_eb}
|-
!colspan="4" style = "text-align:left; font-weight:normal; font-size:smaller;"| Notes: some of the forms may not be attested. {note}
|}
</div>
</div>]===]

return export