Jump to: navigation, search

Difference between revisions of "MediaWiki:Titleblacklist"

Line 6: Line 6:
 
.*(.)\1{5}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows five or more of the same character repeated in usernames
 
.*(.)\1{5}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows five or more of the same character repeated in usernames
 
.*number.* <noedit> # extreme blocking for the word number in the title
 
.*number.* <noedit> # extreme blocking for the word number in the title
 +
.*\p{So}.* <noedit> # no symbols

Revision as of 17:22, 20 January 2017

  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{5}.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account-invalid> # Disallows five or more of the same character repeated in usernames
.*number.* <noedit> # extreme blocking for the word number in the title
.*\p{So}.* <noedit> # no symbols