MediaWiki:Titleblacklist: Difference between revisions

Jump to navigation Jump to search
m
Nicer code
(Block account creation with 2 or more digits.)
m (Nicer code)
Line 16: Line 16:
  .*198.* <newaccountonly>
  .*198.* <newaccountonly>
  .*197.* <newaccountonly>
  .*197.* <newaccountonly>
  .*[0-9][0-9].* <newaccountonly> # Most spam accounts have 2 or more digits.
  .*[0-9]{2}.* <newaccountonly> # Most spam accounts have 2 or more digits.


  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  # FORCE DESCRIPTIVE SCREENSHOT TITLES
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>
  .*Fgfs-screen-.*  <reupload | errmsg=titleblacklist-custom-imagename>

Navigation menu