-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Rich Evans wrote:
Hello,
I attempted to create an article redirect that sends the reader to a special page pre-loaded with a query string in the following way:
#REDIRECT [[Special:Allpages|namespace=6]]
The result was not as I expected. Should this work the way I am expecting it to?
There's not currently a way to pass general URL query parameters on an internal wiki redirect, but...
If not, how could this be done?
If the target special page accepts the data you want in its *title*, then you're ok. In this case you could do:
#REDIRECT [[Special:Allpages/Image:]]
- -- brion