Module:tln-conj: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 30: | Line 30: | ||
pres_3p = "ᠡᠨ", | pres_3p = "ᠡᠨ", | ||
past_1s = " | past_1s = "ᠢ", | ||
past_2s = " | past_2s = "ᠢᠰᠲᠢ", | ||
past_3s = " | past_3s = "ᠢᠲ", | ||
past_1p = " | past_1p = "ᠢᠨᠤᠰ", | ||
past_2p = " | past_2p = "ᠢᠰᠲᠢᠰ", | ||
past_3p = " | past_3p = "ᠡᠷᠤᠨ" | ||
}, | }, | ||
| Line 165: | Line 165: | ||
.. '|-\n' | .. '|-\n' | ||
.. '! Indicative | .. '! rowspan="2" | Indicative\n' | ||
.. '! Present\n' | |||
.. '| ' .. make_cell(forms.pres_1s) | .. '| ' .. make_cell(forms.pres_1s) | ||
.. ' || ' .. make_cell(forms.pres_2s) | .. ' || ' .. make_cell(forms.pres_2s) | ||
| Line 179: | Line 180: | ||
.. '|-\n' | .. '|-\n' | ||
.. ' | .. '! Past\n' | ||
.. '| ' .. make_cell(forms.past_1s) | .. '| ' .. make_cell(forms.past_1s) | ||
.. ' || ' .. make_cell(forms.past_2s) | .. ' || ' .. make_cell(forms.past_2s) | ||