10,731
edits
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
TheNightAvl (talk | contribs) mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 472: | Line 472: | ||
if args["vstem"] then | if args["vstem"] then | ||
principle_parts["vstem"] = args["vstem"] | if args.vstem == "true" then | ||
principle_parts["vstem"] = true | |||
elseif args.vstem == "false" then | |||
principle_parts["vstem"] = false | |||
end | |||
elseif mw.ustring.match(principle_parts["2s"],"[^n]v$") and not mw.ustring.match(principle_parts["inf"],"ft$") then | elseif mw.ustring.match(principle_parts["2s"],"[^n]v$") and not mw.ustring.match(principle_parts["inf"],"ft$") then | ||
principle_parts["vstem"] = true | principle_parts["vstem"] = true |