মডিউল:utilities/format categories/data
অবয়ব
এই মডিউলের জন্য মডিউল: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