Module:ka-infl-noun/postposition 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 class="NavFrame">
<div class="NavHead"> Postpositional inflection of {term} <span style="font-size:85%;"> (see [[Appendix:Georgian postpositions|Georgian postpositions]])</span></div>
<div class="NavContent">
{| style="border-collapse:collapse; background:#F9F9F9; text-align:center; width:100%;" border="border:1px solid #dedede;" class="inflection-table"
|-
! style = "width: 33%; background:#DEDEDE;" | postpositions taking a dative case
! style = "width: 33%; background:#DEDEDE;" | singular
! style = "width: 33%; background:#DEDEDE;" | plural
|-
| [[-ზე]] (on - )
| {ze}
| {ze_pl}
|-
| [[-თან]] (near - )
| {tan}
| {tan_pl}
|-
| [[-ში]] (in - )
| {shi}
| {shi_pl}
|-
| [[-ვით]] (like a - )
| {vit}
| {vit_pl}
|-
! style="background:#DEDEDE" | postpositions taking a genitive case
! style="background:#DEDEDE" | singular
! style="background:#DEDEDE" | plural
|-
| [[-თვის]] (for - )
| {tvis}
| {tvis_pl}
|-
| [[-ებრ]] (like a - )
| {ebr}
| {ebr_pl}
|-
| [[-კენ]] (towards - )
| {ken}
| {ken_pl}
|-
| [[-გან]] (from/of - )
| {gan}
| {gan_pl}
|-
! style="background:#DEDEDE" | postpositions taking an instrumental case
! style="background:#DEDEDE" | singular
! style="background:#DEDEDE" | plural
|-
| [[-დან]] (from / since - )
| {dan}
| {dan_pl}
|-
| [[-ურთ]] (together with - )
| {urt}
| {urt_pl}
|-
! style="background:#DEDEDE" | postpositions taking an adverbial case
! style="background:#DEDEDE" | singular
! style="background:#DEDEDE" | plural
|-
| [[-მდე]] (up to - )
| {mde}
| {mde_pl}
|}
</div>
</div>]===]

return export