跳转到内容

模組: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:沙盒"] = true,
}

return data