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