Module:siwa-headword: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 117: Line 117:
end
end
if args[2] ~= "-" then
args[2].label = "infinitive"
args[2].label = "infinitive"
if args[2] ~= "-" then table.insert(data.inflections, args[2]) end
table.insert(data.inflections, args[2])
end
args[3].label = "past"
table.insert(data.inflections, args[3])
if args[3] ~= "-" then
args[3].label = "past"
table.insert(data.inflections, args[3])
end
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end