Module:utilities/format categories/data

Hello, you have come here looking for the meaning of the word Module:utilities/format categories/data. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:utilities/format categories/data, but we will also tell you about its etymology, its characteristics and you will know how to say Module:utilities/format categories/data in singular and plural. Everything you need to know about the word Module:utilities/format categories/data you have here. The definition of the word Module:utilities/format categories/data will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:utilities/format categories/data, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


local data = {}

-- Namespaces in which format_categories will add categories.
data.allowedNamespaces = {
	 = true,
	 = true ,
	 = true,
	 = true,
	 = true ,
}

-- Pages not in namespaces in which format_categories normally adds categories,
-- but where we make an exception.
data.allowedPrefixedPages = {
	 = true,
}

return data