45,647
edits
No edit summary |
No edit summary |
||
Line 162: | Line 162: | ||
]=] | ]=] | ||
local | local active = [=[ | ||
{| style="background:#F9F9F9; text-align:center; width:100%; border-collapse: collapse;" border="1px solid #000" | {| style="background:#F9F9F9; text-align:center; width:100%; border-collapse: collapse;" border="1px solid #000" | ||
|- style="background: #7AB350" | |- style="background: #7AB350" | ||
Line 206: | Line 206: | ||
! colspan="2" style="background: #508626; width: 7em" | | ! colspan="2" style="background: #508626; width: 7em" | | ||
! infinitive | ! infinitive | ||
! participle | |||
|- | |- | ||
! style="background: # | ! rowspan="5" style="background: #7AB350; width: 7em" | nonfinite | ||
! style="background: #ADE981; width: 7em" | present | |||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | aorist | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | future | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | perfect | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background:# | ! style="background: #ADE981; width: 7em" | past habitual | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | |}</div></div> | ||
| | ]=] | ||
| | |||
| | local passive = [=[ | ||
| | {| style="background:#F9F9F9; text-align:center; width:100%; border-collapse: collapse;" border="1px solid #000" | ||
|- style="background: #7AB350" | |||
! colspan="2" rowspan="3" style="background: #508626; color: #fff; width: 7em" | a-stem | |||
! colspan="3" | singular | |||
! colspan="3" | plural | |||
|- style="background: #ADE981" | |||
! 1<sup>st</sup> person | |||
! 2<sup>nd</sup> person | |||
! 3<sup>rd</sup> person | |||
! 1<sup>st</sup> person | |||
! 2<sup>nd</sup> person | |||
! 3<sup>rd</sup> person | |||
|- style="background: #CEF6BD;" | |||
! nyke | |||
! ao | |||
! ziry/ūja | |||
! īlon | |||
! jeme | |||
! pōnta | |||
|- | |- | ||
]=] .. make_cases(data, "finite active") .. [=[ | |||
|- | |- | ||
! rowspan="7" style="background: #7AB350; width: 7em" | imperative | |||
! style="background: #ADE981; width: 7em" | present | |||
! rowspan="7" style="background: # | |||
! style="background: # | |||
| rowspan="3" | | | rowspan="3" | | ||
| | | | ||
Line 379: | Line 263: | ||
| rowspan="3" | | | rowspan="3" | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | aorist | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | future | ||
| | | | ||
| | | | ||
Line 389: | Line 273: | ||
|}<ul style="margin-left:0px;"></ul> | |}<ul style="margin-left:0px;"></ul> | ||
{| style="background:#F9F9F9; text-align:center; width:100%; border-collapse: collapse;" border="1px solid #000" | {| style="background:#F9F9F9; text-align:center; width:100%; border-collapse: collapse;" border="1px solid #000" | ||
|- style="background: # | |- style="background: #7AB350" | ||
! colspan="2" style="background: # | ! colspan="2" style="background: #508626; width: 7em" | | ||
! infinitive | ! infinitive | ||
! participle | ! participle | ||
|- | |- | ||
! rowspan="5" style="background: # | ! rowspan="5" style="background: #7AB350; width: 7em" | nonfinite | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | present | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | aorist | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | future | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | perfect | ||
| | | | ||
| | | | ||
|- | |- | ||
! style="background: # | ! style="background: #ADE981; width: 7em" | past habitual | ||
| | | | ||
| | | | ||
|- | |- | ||
|} | |}</div></div> | ||
]=] | ]=] | ||
local wikicode = divframe .. | local wikicode = divframe .. active .. divframe .. passive | ||
return (gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl)) .. (data.no_cat and "" or require("Module:utilities").format_categories(data.categories, lang)) | return (gsub(wikicode, "{{{([a-z0-9_]+)}}}", repl)) .. (data.no_cat and "" or require("Module:utilities").format_categories(data.categories, lang)) |