মডিউল:Category handler/blacklist

Sarkarverse থেকে
< মডিউল:Category handler
imported>T12 কর্তৃক ২০:৩৯, ১১ মার্চ ২০১৯ তারিখে সংশোধিত সংস্করণ (১টি সংশোধন আমদানি করা হয়েছে)
(পরিবর্তন) ← পূর্বের সংস্করণ | সর্বশেষ সংস্করণ (পরিবর্তন) | পরবর্তী সংস্করণ → (পরিবর্তন)
পরিভ্রমণে চলুন অনুসন্ধানে চলুন

এই মডিউলের জন্য মডিউল:Category handler/blacklist/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

-- This module contains the blacklist used by [[Module:Category handler]].
-- Pages that match Lua patterns in this list will not be categorised unless
-- categorisation is explicitly requested.

return {
    '^Main Page$', -- don't categorise the main page.
 
    -- Don't categorise the following pages or their subpages.
    -- "%f[/\0]" matches if the next character is "/" or the end of the string.
    '^Wikipedia:Cascade%-protected items%f[/\0]',
    '^User:UBX%f[/\0]', -- The userbox "template" space.
    '^User talk:UBX%f[/\0]',
 
    -- Don't categorise subpages of these pages, but allow
    -- categorisation of the base page.
    '^Wikipedia:Template messages/.*$',
 
    '/[aA]rchive' -- Don't categorise archives.
}