Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 124: Line 124:
end
end
args[2].label = "infinitive"
if args[2][1] ~= "-" then
if args[2][1] ~= "-" then
args[2].label = "infinitive"
table.insert(data.inflections, args[2])
table.insert(data.inflections, args[2])
end
end
args[3].label = "past"
if args[3][1] ~= "-" then
if args[3][1] ~= "-" then
args[3].label = "past"
table.insert(data.inflections, args[3])
table.insert(data.inflections, args[3])
end
end