MediaWiki:Titleblacklist: Difference between revisions

Jump to navigationJump to search
Created page with "# This is a disallowed titles list. Titles and usernames that match a regular expression here cannot be created. # Use "#" for comments. # This is case-insensitive by default # Only allow two names, separated by a space, with each name capitalized, e.g. "Fred Mew" OK, "Fred mew" fails, "Fredmew" fails. # Depends on .* <newaccountonly> in block list User:[A-Z][a-z]+\s[A-Z][a-z]+ <casesensitive>"
 
No edit summary
 
Line 3: Line 3:
# This is case-insensitive by default
# This is case-insensitive by default


# Only allow two names, separated by a space, with each name capitalized, e.g. "Fred Mew" OK, "Fred mew" fails, "Fredmew" fails.
# Block all user accounts, and only permit those that match the MediaWiki:Titlewhitelistregex
# Depends on .* <newaccountonly> in block list
.* <newaccountonly>
User:[A-Z][a-z]+\s[A-Z][a-z]+ <casesensitive>

Latest revision as of 20:13, 30 June 2022

  1. This is a disallowed titles list. Titles and usernames 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>