45,660
edits
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
[4] = {type = "boolean"}, | [4] = {type = "boolean"}, | ||
["head"] = {}, | ["head"] = {}, | ||
["cat2"] = {}, | |||
["sort"] = {}, | ["sort"] = {}, | ||
["affix"] = {list = true}, | ["affix"] = {list = true}, | ||
Line 128: | Line 129: | ||
if args[4] then table.insert(data.categories, "Siwa irregular verbs") end | if args[4] then table.insert(data.categories, "Siwa irregular verbs") end | ||
if args.cat2 then table.insert(data.categories, "Siwa " .. args["cat2"]) end | |||
data.sort_key = args["sort"] or nil | data.sort_key = args["sort"] or nil |