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 ])</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|%s" | singular
! style="background:#DEDEDE" data-BOThint="%s of|%s" | plural
! style="background:#DEDEDE" data-BOThint="form of|uncommon plural of|%s" | ]
|-
! style="background:#EFEFEF" | ]
| {abs_sg}
| {abs_pl_nt}
| {abs_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {nom_sg}
| {nom_pl_nt}
| {nom_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {erg_sg}
| {erg_pl_nt}
| {erg_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {dat_sg}
| {dat_pl_nt}
| {dat_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {gen_sg}
| {gen_pl_nt}
| {gen_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {dir_sg}
| {dir_pl_nt}
| {dir_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {ins_sg}
| {ins_pl_nt}
| {ins_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {adv_sg}
| {adv_pl_nt}
| {adv_pl_eb}
|-
! style="background:#EFEFEF" | ]
| {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