MediaWiki:Titleblacklist: Difference between revisions

no edit summary
(Added examples and instructions)
 
No edit summary
Line 1: Line 1:
<nowiki>
# This is a disallowed titles list. Titles and usernames that match a regular expression here cannot be created.
# This is a disallowed titles list. Titles and usernames that match a regular expression here cannot be created.
# Use "#" for comments.
# Use "#" for comments.
Line 8: Line 9:
# .*pandora.* # This word is not allowed in any part of a page name
# .*pandora.* # This word is not allowed in any part of a page name


#Each entry may also contain optional attributes, enclosed in <> and separated with |.
# Each entry may also contain optional attributes, enclosed in <> and separated with |.


# autoconfirmed - also allows autoconfirmed users to perform such actions
# autoconfirmed - also allows autoconfirmed users to perform such actions
Line 22: Line 23:


# Underscores ("_") in regular expressions will be converted to spaces by the extension, because titles are matched against its text form ("Page title" instead of "Page_title").
# Underscores ("_") in regular expressions will be converted to spaces by the extension, because titles are matched against its text form ("Page title" instead of "Page_title").
</nowiki>