45,660
edits
No edit summary |
No edit summary |
||
Line 117: | Line 117: | ||
end | end | ||
args[2] | if args[2] ~= "-" then | ||
args[2].label = "infinitive" | |||
table.insert(data.inflections, args[2]) | |||
elseif args[3] ~= "-" then | |||
table.insert(data.inflections, args[3]) | 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 |