https://bugzilla.wikimedia.org/show_bug.cgi?id=52492
db <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from db <[email protected]> --- The function is called *title*parts, not split or something else. That means you can only get parts of titles. %[0-9A-F]{2} is not allow in a title, that means it is invalid and titleparts gives the input string back. Now you can use lua for that. Related: bug 23607 -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
