Last modified: 2009-09-20 08:30:50 UTC
ParserFunctions should be amended such that some text can be made to appear only on redirected URLs. Example: Suppose that A redirects to B. We should be able to put something likr {{#redirect:A|A redirects here}} on B, so that the text "A redirects here" will appear on B only if the user accesses A.
This isn't possible at the moment; redirects are handled at a much higher level than page rendering, and the parser doesn't know what page was requested. It's also inadvisable; redirects should be transparent to readers.
The software already tells you you were redirected. People must be adding those messages for some other reason, then, such as finding the backlink to the other page when you *weren't* redirected.
*** Bug 11532 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 2012 ***