Module:lzz-dec-noun/declension table
Appearance
- This module lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
local export = {}
export.template = mw.getCurrentFrame():expandTemplate{
title = 'inflection-table-top',
args = {
title = 'Declension of {term} <span style="font-size:85%;"> (see [[Appendix:Laz_noun_declension|Laz declension]])</span>',
palette = 'blue',
tall = 'yes'
}
} .. [===[
!
! singular
! plural
|-
! [[absolutive]]
| {abs1}
| {abs2}
|-
! [[ergative]]
| {erg1}
| {erg2}
|-
! [[dative]]
| {dat1}
| {dat2}
|-
! [[genitive]]
| {gen1}
| {gen2}
|-
! [[directive]]
| {dir1}
| {dir2}
|-
! [[ablative]]
| {abl1}
| {abl2}
|-
! [[locative]]
| {loc1}
| {loc2}
|-
! [[instrumental]]
| {ins1}
| {ins2}
]===] .. mw.getCurrentFrame():expandTemplate{
title = 'inflection-table-bottom',
args = {
notes = "Notes: dialects may differ on declension."
}
}
return export