Module:amf-nominal/table
Appearance
- This module lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
return function(fem2)
return mw.getCurrentFrame():expandTemplate {
title = 'inflection-table-top',
args = {
title = "Declension of {{{title}}}",
palette = 'purple',
tall = 'yes'
}
} ..
[[
! class="outer" |
! class="outer" |general
! class="outer" |masculine
! class="outer" |feminine]] .. (fem2 and ' I\n! class="outer" | feminine II' or "") .. [[
! class="outer" | plural
|-
! nominative
| {{{nom}}}
| {{{m_nom}}}
| {{{f_nom}}}]] .. (fem2 and "|| {{{f2_nom}}}" or "") .. [[
| {{{pl_nom}}}
|-
! oblique
| —
| —
| {{{f_obl}}}]] .. (fem2 and "|| {{{f2_obl}}}" or "") .. [[
| —
|-
! accusative
| {{{acc}}}
| {{{m_acc}}}
| {{{f_acc}}}]] .. (fem2 and "|| {{{f2_acc}}}" or "") .. [[
| {{{pl_acc}}}
|-
! genitive
| {{{gen}}}
| {{{m_gen}}}
| {{{f_gen}}}]] .. (fem2 and "|| {{{f2_gen}}}" or "") .. [[
| {{{pl_gen}}}
|-
! dative
| {{{dat}}}
| {{{m_dat}}}
| {{{f_dat}}}]] .. (fem2 and "|| {{{f2_dat}}}" or "") .. [[
| {{{pl_dat}}}
|-
! affective
| {{{aff}}}
| {{{m_aff}}}
| {{{f_aff}}}]] .. (fem2 and "|| {{{f2_aff}}}" or "") .. [[
| {{{pl_aff}}}
|-
! instrumental
| {{{ins}}}
| {{{m_ins}}}
| {{{f_ins}}}]] .. (fem2 and "|| {{{f2_ins}}}" or "") .. [[
| {{{pl_ins}}}
|-
! locative
| {{{loc}}}
| {{{m_loc}}}
| {{{f_loc}}}]] .. (fem2 and "|| {{{f2_loc}}}" or "") .. [[
| —
|-
! inessive
| {{{ine}}}
| —
| —]] .. (fem2 and "|| —" or "") .. [[
| —
|-
! addessive
| {{{ade}}}
| {{{m_ade}}}
| {{{f_ade}}}]] .. (fem2 and "|| {{{f2_ade}}}" or "") .. [[
| —
|-
! allative I
| {{{all1}}}
| {{{m_all1}}}
| {{{f_all1}}}]] .. (fem2 and "|| {{{f2_all1}}}" or "") .. [[
| {{{pl_all1}}}
|-
! allative II
| {{{all2}}}
| {{{m_all2}}}
| {{{f_all2}}}]] .. (fem2 and "|| {{{f2_all2}}}" or "") .. [[
| —
|-
! ablative
| {{{abl}}}
| —
| —]] .. (fem2 and "|| —" or "") .. [[
| —
|-
! comitative
| {{{com}}}
| {{{m_com}}}
| {{{f_com}}}]] .. (fem2 and "|| {{{f2_com}}}" or "") .. [[
| {{{pl_com}}}
]] .. mw.getCurrentFrame():expandTemplate {
title = 'inflection-table-bottom',
args = {
notes = "Some inflected forms may not be entirely accurate."
}
}
end