MediaWiki:Titleblacklist: Difference between revisions

From S4wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
# .* <newaccountonly>
.* <newaccountonly>


# Block User1234
# Block User1234
[A-Za-z]\+[0-9]\+ <newaccountonly>
[A-Za-z]+[0-9]+ <newaccountonly>

Revision as of 18:49, 23 May 2012

  1. This is a title blacklist. Titles and users that match a regular expression here cannot be created.
  2. Use "#" for comments.
  3. This is case insensitive by default
  1. Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex

.* <newaccountonly>

  1. Block User1234

[A-Za-z]+[0-9]+ <newaccountonly>