MediaWiki:Titleblacklist: Difference between revisions

From ACL Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 2: Line 2:
# Use "#" for comments.
# Use "#" for comments.
# This is case insensitive by default
# This is case insensitive by default
User:[A-Za-z][a-z]{2,8} <newaccountonly>
#
.*\d.* <newaccountonly>
# User:[A-Za-z][a-z]{7,} <newaccountonly>
.*exercise.*
# .*exercise.*
.*\bbrust.*
# .*\bbrust.*
.*\bbrüst.*
# .*\bbrüst.*
.*\bgucci.*
# .*\bgucci.*
.*\bfashion\b.*
# .*\bfashion\b.*
.*\bphotog.*
# .*\bphotog.*
.*\bescort.*
# .*\bescort.*
.*\bchirop.*
# .*\bchirop.*
.*\bsydney.*
# .*\bsydney.*
# User:.*\d.* <newaccountonly>
# User:[a-z]{8,} <newaccountonly>
# User:.*[A-Z]{3,}.* <newaccountonly|casesensitive>
# User:.*\d.* <newaccountonly>
# User:[a-z]{8,} <newaccountonly>
# User:.{2,}[A-Z].* <newaccountonly|casesensitive>

Latest revision as of 12:10, 17 March 2013

  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
  4. User:[A-Za-z][a-z]{7,} <newaccountonly>
  5. .*exercise.*
  6. .*\bbrust.*
  7. .*\bbrüst.*
  8. .*\bgucci.*
  9. .*\bfashion\b.*
  10. .*\bphotog.*
  11. .*\bescort.*
  12. .*\bchirop.*
  13. .*\bsydney.*
  14. User:.*\d.* <newaccountonly>
  15. User:[a-z]{8,} <newaccountonly>
  16. User:.*[A-Z]{3,}.* <newaccountonly|casesensitive>
  17. User:.*\d.* <newaccountonly>
  18. User:[a-z]{8,} <newaccountonly>
  19. User:.{2,}[A-Z].* <newaccountonly|casesensitive>