From: <var...@us...> - 2010-08-09 12:01:01
|
Revision: 7631 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7631&view=rev Author: vargenau Date: 2010-08-09 12:00:55 +0000 (Mon, 09 Aug 2010) Log Message: ----------- Add info about "Redirected" message Modified Paths: -------------- trunk/pgsrc/Help%2FRedirectToPlugin Modified: trunk/pgsrc/Help%2FRedirectToPlugin =================================================================== --- trunk/pgsrc/Help%2FRedirectToPlugin 2010-08-09 11:54:20 UTC (rev 7630) +++ trunk/pgsrc/Help%2FRedirectToPlugin 2010-08-09 12:00:55 UTC (rev 7631) @@ -1,4 +1,4 @@ -Date: Wed, 19 May 2010 18:15:54 +0000 +Date: Mon, 9 Aug 2010 14:00:10 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC-20100415) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -11,6 +11,10 @@ The **~RedirectTo** [[Help:WikiPlugin|plugin]] can be used to redirect a user to another page. In other words it makes a page an //alias// for another page. +When redirecting to another wiki page, a note is added to the top of the target +page saying //(Redirected from SomeRedirectingPage)//. + + == Arguments == Use only one of these arguments at a time. @@ -42,7 +46,7 @@ <<RedirectTo page="HomePage">> }}} -To see the example in action, visit HomePageAlias. +To see the example in action, visit [[HomePageAlias]]. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |