Module:taln-conj: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 14: | Line 14: | ||
pres_3p = "§3P_ARE§", | pres_3p = "§3P_ARE§", | ||
imperf_1s = "§I1S_ARE§", | |||
imperf_2s = "§I2S_ARE§", | |||
imperf_3s = "§I3S_ARE§", | |||
imperf_1p = "§I1P_ARE§", | |||
imperf_2p = "§I2P_ARE§", | |||
imperf_3p = "§I3P_ARE§", | |||
past_1s = "§P1S_ARE§", | past_1s = "§P1S_ARE§", | ||
| Line 26: | Line 26: | ||
past_1p = "§P1P_ARE§", | past_1p = "§P1P_ARE§", | ||
past_2p = "§P2P_ARE§", | past_2p = "§P2P_ARE§", | ||
past_3p = "§P3P_ARE§" | past_3p = "§P3P_ARE§", | ||
fut_1s = "§F1S_ARE§", | |||
fut_2s = "§F2S_ARE§", | |||
fut_3s = "§F3S_ARE§", | |||
fut_1p = "§F1P_ARE§", | |||
fut_2p = "§F2P_ARE§", | |||
fut_3p = "§F3P_ARE§" | |||
}, | }, | ||
| Line 38: | Line 45: | ||
pres_3p = "ᠡᠨ", | pres_3p = "ᠡᠨ", | ||
imperf_1s = "ᠡᠸᠠᠨ", | |||
imperf_2s = "ᠡᠸᠠᠰ", | |||
imperf_3s = "ᠡᠸᠠᠲ", | |||
imperf_1p = "ᠡᠸᠠᠨᠤ", | |||
imperf_2p = "ᠡᠸᠠᠵᠢᠰ", | |||
imperf_3p = "ᠡᠸᠠᠨ", | |||
past_1s = "ᠢ", | past_1s = "ᠢ", | ||
| Line 50: | Line 57: | ||
past_1p = "ᠢᠨᠤᠰ", | past_1p = "ᠢᠨᠤᠰ", | ||
past_2p = "ᠢᠰᠲᠢᠰ", | past_2p = "ᠢᠰᠲᠢᠰ", | ||
past_3p = "ᠡᠷᠤᠨ" | past_3p = "ᠡᠷᠤᠨ", | ||
fut_1s = "ᠡᠷᠢᠣ", | |||
fut_2s = "ᠡᠷᠡᠰ", | |||
fut_3s = "ᠡᠷᠡᠲ", | |||
fut_1p = "ᠡᠷᠡᠨᠤᠰ", | |||
fut_2p = "ᠡᠷᠡᠴᠢᠰ", | |||
fut_3p = "ᠡᠷᠡᠨ" | |||
}, | }, | ||
| Line 61: | Line 75: | ||
pres_3p = "§3P_IRE§", | pres_3p = "§3P_IRE§", | ||
imperf_1s = "§I1S_IRE§", | |||
imperf_2s = "§I2S_IRE§", | |||
imperf_3s = "§I3S_IRE§", | |||
imperf_1p = "§I1P_IRE§", | |||
imperf_2p = "§I2P_IRE§", | |||
imperf_3p = "§I3P_IRE§", | |||
past_1s = "§P1S_IRE§", | past_1s = "§P1S_IRE§", | ||
| Line 73: | Line 87: | ||
past_1p = "§P1P_IRE§", | past_1p = "§P1P_IRE§", | ||
past_2p = "§P2P_IRE§", | past_2p = "§P2P_IRE§", | ||
past_3p = "§P3P_IRE§" | past_3p = "§P3P_IRE§", | ||
fut_1s = "§F1S_IRE§", | |||
fut_2s = "§F2S_IRE§", | |||
fut_3s = "§F3S_IRE§", | |||
fut_1p = "§F1P_IRE§", | |||
fut_2p = "§F2P_IRE§", | |||
fut_3p = "§F3P_IRE§" | |||
} | } | ||
} | } | ||
| Line 203: | Line 224: | ||
.. '|-\n' | .. '|-\n' | ||
.. '! Imperfect\n' | .. '! Imperfect\n' | ||
.. '| ' .. make_cell(forms. | .. '| ' .. make_cell(forms.imperf_1s) | ||
.. ' || ' .. make_cell(forms. | .. ' || ' .. make_cell(forms.imperf_2s) | ||
.. ' || ' .. make_cell(forms. | .. ' || ' .. make_cell(forms.imperf_3s) | ||
.. ' || ' .. make_cell(forms. | .. ' || ' .. make_cell(forms.imperf_1p) | ||
.. ' || ' .. make_cell(forms. | .. ' || ' .. make_cell(forms.imperf_2p) | ||
.. ' || ' .. make_cell(forms. | .. ' || ' .. make_cell(forms.imperf_3p) | ||
.. '\n' | .. '\n' | ||
| Line 223: | Line 244: | ||
.. ' || ' .. make_cell(forms.past_2p) | .. ' || ' .. make_cell(forms.past_2p) | ||
.. ' || ' .. make_cell(forms.past_3p) | .. ' || ' .. make_cell(forms.past_3p) | ||
.. '\n' | |||
---------------------------------------------------------------- | |||
-- FUTURE | |||
---------------------------------------------------------------- | |||
.. '|-\n' | |||
.. '! Future\n' | |||
.. '| ' .. make_cell(forms.fut_1s) | |||
.. ' || ' .. make_cell(forms.fut_2s) | |||
.. ' || ' .. make_cell(forms.fut_3s) | |||
.. ' || ' .. make_cell(forms.fut_1p) | |||
.. ' || ' .. make_cell(forms.fut_2p) | |||
.. ' || ' .. make_cell(forms.fut_3p) | |||
.. '\n' | .. '\n' | ||