MediaWiki:Titleblacklist: Difference between revisions

From S4wiki
Jump to navigation Jump to search
(Created page with "# This is a title blacklist. Titles and users that match a regular expression here cannot be created. # Use "#" for comments. # This is case insensitive by default Jobs")
 
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 3: Line 3:
# This is case insensitive by default
# This is case insensitive by default


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

# Block User1234ABCD
User:[A-Za-z]+[A-Z0-9]+ <newaccountonly>

# Block UserName
User:[A-Z][a-z]+[A-Z][a-z]+ <newaccountonly>

Latest revision as of 07:13, 25 February 2016

  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
  2. .* <newaccountonly>
  1. Block User1234ABCD

User:[A-Za-z]+[A-Z0-9]+ <newaccountonly>

  1. Block UserName

User:[A-Z][a-z]+[A-Z][a-z]+ <newaccountonly>