Difference between revisions of "MediaWiki:Titleblacklist"

From the CreationKit Wiki
Jump to navigation Jump to search
(Remove overly complex old title; add new ones)
(Formatting and descriptions)
 
Line 2: Line 2:
# Use "#" for comments.
# Use "#" for comments.
# This is case insensitive by default
# This is case insensitive by default
# Prevent creation of common spam titles
.*\b(buy|cheap|weed)\b.* <errmsg=titleblacklist-forbidden-edit>
.*\b(buy|cheap|weed)\b.* <errmsg=titleblacklist-forbidden-edit>
# Prevent creation of common spam user names
.*backlink.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account>
.*backlink.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account>

Latest revision as of 15:27, 6 March 2024

  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. Prevent creation of common spam titles

.*\b(buy|cheap|weed)\b.* <errmsg=titleblacklist-forbidden-edit>

  1. Prevent creation of common spam user names

.*backlink.* <newaccountonly|errmsg=titleblacklist-forbidden-new-account>