Module:tln-conj: Difference between revisions

Nehster9 (talk | contribs)
mNo edit summary
Nehster9 (talk | contribs)
mNo edit summary
Line 13: Line 13:
         pres_2p = "§2P_ARE§",
         pres_2p = "§2P_ARE§",
         pres_3p = "§3P_ARE§",
         pres_3p = "§3P_ARE§",
        imperfect_1s = "§I1S_ARE§",
        imperfect_2s = "§I2S_ARE§",
        imperfect_3s = "§I3S_ARE§",
        imperfect_1p = "§I1P_ARE§",
        imperfect_2p = "§I2P_ARE§",
        imperfect_3p = "§I3P_ARE§",


         past_1s = "§P1S_ARE§",
         past_1s = "§P1S_ARE§",
Line 20: Line 27:
         past_2p = "§P2P_ARE§",
         past_2p = "§P2P_ARE§",
         past_3p = "§P3P_ARE§"
         past_3p = "§P3P_ARE§"
       
     },
     },


Line 29: Line 37:
         pres_2p = "ᠡᠴᠢᠰ",
         pres_2p = "ᠡᠴᠢᠰ",
         pres_3p = "ᠡᠨ",
         pres_3p = "ᠡᠨ",
        imperfect_1s = "ᠡᠸᠠᠨ",
        imperfect_2s = "ᠡᠸᠠᠰ",
        imperfect_3s = "ᠡᠸᠠᠲ",
        imperfect_1p = "ᠡᠸᠠᠨᠤ",
        imperfect_2p = "ᠡᠸᠠᠵᠢᠰ",
        imperfect_3p = "ᠡᠸᠠᠨ",


         past_1s = "ᠢ",
         past_1s = "ᠢ",
Line 45: Line 60:
         pres_2p = "§2P_IRE§",
         pres_2p = "§2P_IRE§",
         pres_3p = "§3P_IRE§",
         pres_3p = "§3P_IRE§",
       
        imperfect_1s = "§I1S_IRE§",
        imperfect_2s = "§I2S_IRE§",
        imperfect_3s = "§I3S_IRE§",
        imperfect_1p = "§I1P_IRE§",
        imperfect_2p = "§I2P_IRE§",
        imperfect_3p = "§I3P_IRE§",


         past_1s = "§P1S_IRE§",
         past_1s = "§P1S_IRE§",
Line 165: Line 187:


         .. '|-\n'
         .. '|-\n'
         .. '! rowspan="2" | Indicative\n'
         .. '! rowspan="3" | Indicative\n'
         .. '! Present\n'
         .. '! Present\n'
         .. '| ' .. make_cell(forms.pres_1s)
         .. '| ' .. make_cell(forms.pres_1s)
Line 173: Line 195:
         .. ' || ' .. make_cell(forms.pres_2p)
         .. ' || ' .. make_cell(forms.pres_2p)
         .. ' || ' .. make_cell(forms.pres_3p)
         .. ' || ' .. make_cell(forms.pres_3p)
        .. '\n'
        ----------------------------------------------------------------
        -- IMPERFECT
        ----------------------------------------------------------------
        .. '|-\n'
        .. '! Imperfect\n'
        .. '| ' .. make_cell(forms.imperfect_1s)
        .. ' || ' .. make_cell(forms.imperfect_2s)
        .. ' || ' .. make_cell(forms.imperfect_3s)
        .. ' || ' .. make_cell(forms.imperfect_1p)
        .. ' || ' .. make_cell(forms.imperfect_2p)
        .. ' || ' .. make_cell(forms.imperfect_3p)
         .. '\n'
         .. '\n'