Module:qhv-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 111: Line 111:
if not args["nopl"] then
if not args["nopl"] then
table.insert(args["gen"], generate_gen_sg)
args["gen"] = generate_gen_sg
for i, form in ipairs(args[2]) do
for i, form in ipairs(args["gen"]) do
args["gen"][i] = {term = form}
args["gen"][i] = {term = form}
end
end

Navigation menu