Jump to content

Module:lzz-dec-noun/declension table

From Wiktionary, the free dictionary


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