มอดูล:utilities/format categories/data
- This มอดูล lacks a documentation subpage. Please create it.
- Useful links: root page • root page’s subpages • links • transclusions • testcases • sandbox
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