Module:Utilities/format categories/data: Difference between revisions

From st34an test wiki
Jump to navigation Jump to search
bob>Juelos
Created page with "local data = {} -- Namespaces in which format_categories will add categories. data.allowedNamespaces = { [""] = true, ["Appendix"] = true, ["Reconstruction"] = true, ["Ci..."
 
m 1 revision imported
 
(No difference)

Latest revision as of 07:29, 10 April 2026

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