Module:rad-stem: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
Tags: Mobile edit Mobile web edit
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

Navigation menu