6 " Módulo:category_handler"

Módulo:category handler

-- -- <span class="searchmatch">CATEGORY</span> <span class="searchmatch">HANDLER</span> -- -- ...


Módulo:category handler/data

require(&#039;Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>/config&#039;) local mShared = require(&#039;Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>/shared&#039;) local blacklist = require(&#039;Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>/blacklist&#039;)...


Módulo:category handler/config

------------------------------------------- -- [[Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>]] configuration data -- -- Language-specific...


Módulo:category handler/blacklist

-- This module contains the blacklist used by [[Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>]]. -- Pages that match Lua patterns in this list will not be categorised unless...


Módulo:category handler/shared

-- This module contains shared functions used by [[Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>]] -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist)...


Módulo:Message box

categories = {} obj.classes = {} -- For lazy loading of [[Module:<span class="searchmatch">Category</span> <span class="searchmatch">handler</span>]]. obj.hasCategories = false return setmetatable(obj, MessageBox)...