이 모듈에 대한 설명문서는 모듈:Utilities/format categories/data/설명문서에서 만들 수 있습니다
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