45,660
edits
No edit summary |
No edit summary |
||
Line 100: | Line 100: | ||
[2] = {list = "inf", required = true}, | [2] = {list = "inf", required = true}, | ||
[3] = {list = "p", required = true}, | [3] = {list = "p", required = true}, | ||
[4] = {type = "boolean"}, | |||
["head"] = {}, | ["head"] = {}, | ||
["sort"] = {}, | ["sort"] = {}, | ||
Line 118: | Line 119: | ||
table.insert(data.inflections, args[2]) | table.insert(data.inflections, args[2]) | ||
table.insert(data.inflections, args[3]) | table.insert(data.inflections, args[3]) | ||
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end | |||
data.sort_key = args["sort"] or nil | data.sort_key = args["sort"] or nil |