Module:siwa-headword: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 75: Line 75:
["decl"] = {},
["decl"] = {},
["cat2"] = {},
["cat2"] = {},
["cat3"] = {},
["sort"] = {},
["sort"] = {},
["affix"] = {list = true},
["affix"] = {list = true},
Line 91: Line 92:
if args.decl then table.insert(data.categories, "Siwa " .. args.decl .. "-declension " .. data.pos_category) end
if args.decl then table.insert(data.categories, "Siwa " .. args.decl .. "-declension " .. data.pos_category) end
if args.cat2 then table.insert(data.categories, "Siwa " .. args["cat2"]) end
if args.cat2 then table.insert(data.categories, "Siwa " .. args["cat2"]) end
if args.cat3 then table.insert(data.categories, "Siwa " .. args["cat3"]) end
data.sort_key = args["sort"] or nil
data.sort_key = args["sort"] or nil

Navigation menu