मॉड्यूल:utilities/format categories/data
दिखावट
"इस मॉड्यूल हेतु प्रलेख मॉड्यूल: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 = {
["विक्षनरी:प्रयोगस्थल"] = true,
}
return data