Module:Autocat/data
< Module:Autocat
Jump to navigation
Jump to search
Revision as of 21:14, 17 September 2020 by blackwiki>HastaLaVi2 (+ data)
Documentation for this module may be created at Module:Autocat/data/doc
local k = {}
--the list is in alphabetical order
k["beginnings"] = {
parents = {"categories"},
sort_keys = {"B"},
stage = 4,
see = {"endings"},
}
k["endings"] = {
parents = {"categories"},
sort_keys = {"E"},
stage = 4,
see = {"beginnings"},
}
return k