Module:Utilities/format categories/data
< Module:Utilities | format categories
Revision as of 15:07, 9 June 2022 by Procurator-Imperii-Romani (talk | contribs) (1 revision imported)
Documentation for this module may be created at Module:Utilities/format categories/data/doc
local data = {}
-- Namespaces in which format_categories will add categories.
data.allowedNamespaces = {
[""] = true,
["Appendix"] = true,
["Reconstruction"] = true,
["Citations"] = true,
}
-- Pages not in namespaces in which format_categories normally adds categories,
-- but where we make an exception.
data.allowedPrefixedPages = {
["Wiktionary:Sandbox"] = true,
}
return data