Module:tln-conj: Difference between revisions

Nehster9 (talk | contribs)
mNo edit summary
Nehster9 (talk | contribs)
mNo edit summary
Line 30: Line 30:
         pres_3p = "ᠡᠨ",
         pres_3p = "ᠡᠨ",


         past_1s = "§P1S_ERE§",
         past_1s = "",
         past_2s = "§P2S_ERE§",
         past_2s = "ᠢᠰᠲᠢ",
         past_3s = "§P3S_ERE§",
         past_3s = "ᠢᠲ",
         past_1p = "§P1P_ERE§",
         past_1p = "ᠢᠨᠤᠰ",
         past_2p = "§P2P_ERE§",
         past_2p = "ᠢᠰᠲᠢᠰ",
         past_3p = "§P3P_ERE§"
         past_3p = "ᠡᠷᠤᠨ"
     },
     },


Line 165: Line 165:


         .. '|-\n'
         .. '|-\n'
         .. '! Indicative !! Present\n'
         .. '! 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'
         .. '! Indicative !! Past\n'
         .. '! Past\n'
         .. '| ' .. make_cell(forms.past_1s)
         .. '| ' .. make_cell(forms.past_1s)
         .. ' || ' .. make_cell(forms.past_2s)
         .. ' || ' .. make_cell(forms.past_2s)