-----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 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAklC3xoACgkQwRnhpk1wk44NPgCggAPi+txJk5AtjxPjcFyAHGQM o9UAnj1XNzuI7NQszOQqyaUhE2V998zt =nK1+ -----END PGP SIGNATURE----- _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
