5 " Módulo:category_handler/blacklist"

Módulo:category handler/blacklist

-- This module contains the <span class="searchmatch">blacklist</span> 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/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 <span class="searchmatch">blacklist</span> = require(&#039;Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>/<span class="searchmatch">blacklist</span>&#039;) local...


Módulo:category handler

[[Module:<span class="searchmatch">Category</span> <span class="searchmatch">handler</span>/config]], and pages can be blacklisted -- -- from categorisation by using [[Module:<span class="searchmatch">Category</span> <span class="searchmatch">handler</span>/<span class="searchmatch">blacklist</span>]]. --...


Módulo:category handler/config

values can be set here. -- -- For <span class="searchmatch">blacklist</span> config, see [[Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>/<span class="searchmatch">blacklist</span>]]. -- -----------------------------------...


Módulo:category handler/shared

[[Module:<span class="searchmatch">category</span> <span class="searchmatch">handler</span>]] -- and its submodules. local p = {} function p.matches<span class="searchmatch">Blacklist</span>(page, <span class="searchmatch">blacklist</span>) for i, pattern in ipairs(<span class="searchmatch">blacklist</span>) do ...