10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 474: | Line 474: | ||
if (type(pp.inf) == "table") then cite = pp['inf'][1]['word'] else cite = pp.inf end | if (type(pp.inf) == "table") then cite = pp['inf'][1]['word'] else cite = pp.inf end | ||
add("<table class=\"mw-collapsible mw-collapsed wikitable inflection table\" width=100% style=\"text-align: center\">") | add("<table class=\"mw-collapsible mw-collapsed wikitable inflection table\" width=100% style=\"text-align: center\">") | ||
tr() | tr() | ||
th("Conjugation of ''" .. cite .. "'' (active voice) ", 1, 14) | th("Conjugation of ''" .. cite .. "'' (active voice) ", 1, 14) | ||
Line 727: | Line 726: | ||
td(get_forms(pp.apst,"vúri")) | td(get_forms(pp.apst,"vúri")) | ||
end | end | ||
_tr() | |||
th("optative",2,1) | |||
th("non-past") | |||
td(get_forms(pp['2s'],"úriè")) | |||
td(get_forms(pp['2s'],"úrin")) | |||
td(get_forms(pp['2s'],"úriș"),1,2) | |||
td(get_forms(pp['2s'],"úri")) | |||
td(get_forms(pp['2s'],"ovúris", "([au])ovúris$", "%1òvúris")) | |||
td(get_forms(pp['2s'],"ovúrite", "([au])ovúrite$", "%1òvúrite")) | |||
td(get_forms(pp['2s'],"ovúri", "([au])ovúri$", "%1òvúri"),1,3) | |||
td(get_forms(pp['2s'],"ovúrin", "([au])ovúrin$", "%1òvúrin")) | |||
_tr() | |||
th("past") | |||
if pp.epst then | |||
td(get_forms(pp.epst,"veriè")) | |||
td(get_forms(pp.epst,"verin")) | |||
td(get_forms(pp.epst,"veriș"),1,2) | |||
td(get_forms(pp.epst,"veri")) | |||
td(get_forms(pp.epst,"vúris")) | |||
td(get_forms(pp.epst,"vúrite")) | |||
td(get_forms(pp.epst,"vúri"),1,3) | |||
td(get_forms(pp.epst,"vúrin")) | |||
else | |||
td(get_forms(pp.pst,"everiè")) | |||
td(get_forms(pp.pst,"everin")) | |||
td(get_forms(pp.pst,"everiș"),1,2) | |||
td(get_forms(pp.pst,"everi")) | |||
td(get_forms(pp.pst,"evúris")) | |||
td(get_forms(pp.pst,"evúrite")) | |||
td(get_forms(pp.pst,"evúri"),1,3) | |||
td(get_forms(pp.pst,"evúrin")) | |||
end | |||
tr_() | |||
add("<table class=\"mw-collapsible mw-collapsed wikitable inflection table\" width=100% style=\"text-align: center\">") | |||
tr() | |||
th("Compound forms of ''" .. cite .. "'' (active voice) ", 1, 14) | |||
_tr() | |||
th("finite forms", 4, 3) | |||
th("singular", 1, 5) | |||
th("plural", 1, 5) | |||
th("humble") | |||
_tr() | |||
th("first", 2, 1) | |||
th("second", 1, 2) | |||
th("third", 2, 1) | |||
th("depersonal", 2, 1) | |||
th("first", 1, 2) | |||
th("second", 2, 1) | |||
th("third", 2, 1) | |||
th("depersonal", 2, 1) | |||
th("second", 2, 1) | |||
_tr() | |||
th("informal") | |||
th("formal") | |||
th("inclusive") | |||
th("exclusive") | |||
_tr() | |||
th("''" .. rad_link("ú") .. "''") | |||
th("''" .. rad_link("re") .. "''") | |||
th("''" .. rad_link("lește") .. "''") | |||
th("''" .. rad_link("vâs") .. ", " .. rad_link("vara") .. "''") | |||
th("''" .. rad_link("gjei") .. ", " .. rad_link("gjen") .. ", " .. rad_link("gjeș") .. "''") | |||
th("''" .. rad_link("dzun") .. ", " .. rad_link("sted") .. "''") | |||
th("''" .. rad_link("dzate") .. "''") | |||
th("''" .. rad_link("sjáște") .. "''") | |||
th("''" .. rad_link("vír") .. ", " .. rad_link("vara") .. "''") | |||
th("''" .. rad_link("gjes") .. ", " .. rad_link("gjete") .. ", " .. rad_link("gje") .. ", " .. rad_link("gjen") .. "''") | |||
th("''" .. rad_link("sja") .. ", " .. rad_link("lai") .. "''") | |||
tr_() | |||
add("</table>") | |||
end | |||
--[[ | --[[ | ||
=p.conjugate(mw.getCurrentFrame():newChild{title="whatever",args={"deat","de",["pl"]="di","diș","deti","dev",["t"]="intr",["altnonfin"]="hellu",["altnonfin_note"]="uwu",["altnonfin2"]="hella",["altnonfin2_note"]="owo",["pre"]="fjø"}}) | =p.conjugate(mw.getCurrentFrame():newChild{title="whatever",args={"deat","de",["pl"]="di","diș","deti","dev",["t"]="intr",["altnonfin"]="hellu",["altnonfin_note"]="uwu",["altnonfin2"]="hella",["altnonfin2_note"]="owo",["pre"]="fjø", "deruot", "detruvi"}}) | ||
{| class="mw-collapsible mw-collapsed wikitable inflection table" width=100% style="text-align: center" | {| class="mw-collapsible mw-collapsed wikitable inflection table" width=100% style="text-align: center" | ||
! colspan="14" | Compound forms of ''{{{1}}}'' (active voice) | ! colspan="14" | Compound forms of ''{{{1}}}'' (active voice) | ||
Line 1,060: | Line 1,111: | ||
| {{wl-rad|{{{pspart|{{{5}}}ú}}}l}}{{wl-rad|-úevún}} | | {{wl-rad|{{{pspart|{{{5}}}ú}}}l}}{{wl-rad|-úevún}} | ||
]]-- | ]]-- | ||
add("</small>") | add("</small>") | ||