Module:siwa-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
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

Navigation menu