10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 457: | Line 457: | ||
["pst"] = args[3], | ["pst"] = args[3], | ||
["prespart"] = args[4], | ["prespart"] = args[4], | ||
["pspart"] = args[5] | ["pspart"] = args[5], | ||
["passinf"] = args[6], | |||
["passprespart"] = args[7], | |||
} | } | ||
-- non-finite parameters | -- non-finite parameters | ||
principle_parts["vnoun"] = args[ | principle_parts["vnoun"] = args["vnoun"] or (principle_parts["pspart"] .. "aș") | ||
principle_parts["nonfin"] = mw.ustring.gsub(principle_parts["inf"], "ut$", "ût") | principle_parts["nonfin"] = mw.ustring.gsub(principle_parts["inf"], "ut$", "ût") | ||
if mw.ustring.gmatch(principle_parts["pspart"], "ru$") then | if mw.ustring.gmatch(principle_parts["pspart"], "ru$") then |