45,705
edits
Linguifex will be changing authoritative nameservers for the domain this weekend (3-5 jan 2025), the change has been carefully planned to not cause any outages, but there is always a risk of disruption. This is part of the 2025 improvement program to beef up Linguifex to be faster, snappier and less prone to outages. |
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 |