Module:Category handler/blacklist and Template:Em: Difference between pages

From Frontierpedia, the Microsoft Agent encyclopedia
(Difference between pages)
m (1 revision imported)
 
en>Bsherr
m (→‎top: as found, replacing Template:Tld with Template:Tlc or adding/updating category placement comments, plus general and typo fixes)
 
Line 1: Line 1:
-- This module contains the blacklist used by [[Module:Category handler]].
<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude>
-- Pages that match Lua patterns in this list will not be categorised unless
{{documentation}}
-- categorisation is explicitly requested.
<!-- Add categories to the /doc subpage, interwikis to Wikidata, not here -->
 
</noinclude>
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 index/.*$',
 
-- Don't categorise archives.
'/[aA]rchive',
"^Wikipedia:Administrators' noticeboard/IncidentArchive%d+$",
}

Revision as of 23:17, 9 August 2020

{{{1}}}