45,646
edits
No edit summary |
No edit summary |
||
Line 135: | Line 135: | ||
if data.pos_category == "nouns" and not args["noinf"] then | if data.pos_category == "nouns" and not args["noinf"] then | ||
if not args["nopl"] then | if not args["nopl"] then | ||
args["pl"] = generate_nom_pl(args[2]) | args["pl"] = generate_nom_pl(args["og"] or args[2]) | ||
for i, form in ipairs(args["pl"]) do | for i, form in ipairs(args["pl"]) do |