모듈: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 {
    '^대문$', -- don't categorise the main page.

    '/보존', -- Don't categorise archives.
    '/보존문서' -- Don't categorise archives.
}