Документацију овог модула можете да направите на страници Модул:utilities/format categories/data/док

local data = {}

-- Namespaces in which format_categories will add categories.
data.allowedNamespaces = {
	[""] = 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