https://bugzilla.wikimedia.org/show_bug.cgi?id=30495

Bawolff <bawolff...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bawolff...@gmail.com
         Resolution|                            |WORKSFORME

--- Comment #1 from Bawolff <bawolff...@gmail.com> 2011-08-21 19:55:09 UTC ---
This can already be done in title blacklist extension without dev intervention.

.*[a-zA-Z].*

will match any "roman" letters (or at least english one's, I'm not sure what
the definition of a "roman" letter is. Blocking super obscure unicode variants
of latin letters would probably be difficult.)

If you want to limit it to just main namespace, you can do stuff like:

[^:]*[a-zA-Z][^:]*

Similarly, prefix that with a namespace to block a specific namespace

Please re-open this bug if i misunderstood anything.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to