มอดูล:utilities/format categories/data

จาก วิกิพจนานุกรม พจนานุกรมเสรี
local data = {}

-- Namespaces in which format_categories will add categories.
data.allowedNamespaces = {
	[""] = true,
	["ภาคผนวก"] = true,
	["การสืบสร้าง"] = 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