RegexRedirect
From Wiki-Tools
| edit infoboxRegexRedirect | |
|---|---|
| Release status: Under development | |
| Author: | Dantman |
| Description: | Allows for the definition of redirect patterns. |
| License: | GPLv2+ |
RegexRedirect allows for redirect patterns to be defined using regex patterns. If a page does not exist and it matches a redirect pattern then that page will be redirected to another page using the regex replace pattern to determine the name.
So if you had the replace pattern /Foo (\d+)/,Bar $1 and the page Foo 25 did not exist, but the page Bar 25 did, then you would be redirected there.



