Module:ce-decl
- This module lacks a documentation subpage. Please create it.
- Useful links: subpage list • links • transclusions • testcases • sandbox
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