10,731
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 462: | Line 462: | ||
} | } | ||
if mw.ustring.match(principle_parts["2s"],"v$") and not mw.ustring.match(principle_parts["inf"],"ft$") then | if args["vstem"] then | ||
principle_parts["vstem"] = args["vstem"] | |||
elseif mw.ustring.match(principle_parts["2s"],"v$") and not mw.ustring.match(principle_parts["inf"],"ft$") then | |||
principle_parts["vstem"] = true | principle_parts["vstem"] = true | ||
else | else |