Module:ce-decl



local export = {}
function export.show(frame) --regular, no stem changes
	local stem = frame.args[1] or mw.title.getCurrentTitle().text
	return frame:expandTemplate{title='ce-decl-noun-table', args={
		stem,
		stem .. 'ан',
		stem .. 'на',
		stem .. 'о',
		stem .. 'е',
		stem .. 'ца',
		stem .. 'ах',
		stem .. 'ал',
		stem .. 'аш',
		stem .. 'ийн',
		stem .. 'ашна',
		stem .. 'аша',
		stem .. 'ашка',
		stem .. 'ашца',
		stem .. 'ех',
		stem .. 'ел',
	}} end
return export
Category:Chechen inflection modules Category:Chechen modules Category:Inflection modules Category:Templates and modules needing documentation