From: <var...@us...> - 2009-02-24 14:20:33
|
Revision: 6546 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6546&view=rev Author: vargenau Date: 2009-02-24 14:20:31 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Table for arguments Modified Paths: -------------- trunk/pgsrc/Help%2FRedirectToPlugin Modified: trunk/pgsrc/Help%FRedirectToPlugin =================================================================== --- trunk/pgsrc/Help%2FRedirectToPlugin 2009-02-24 14:11:54 UTC (rev 6545) +++ trunk/pgsrc/Help%2FRedirectToPlugin 2009-02-24 14:20:31 UTC (rev 6546) @@ -15,14 +15,22 @@ Use only one of these arguments at a time. -page | - The page to redirect to (a wiki page name). -href | - An external URL to redirect to. Redirection to external URLs will only work - on locked pages. (If the URL contains funny characters, you'll probably have - to put quotes around the URL.) +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| page +| The page to redirect to (a wiki page name). +| none +|- +| href +| An external URL to redirect to. Redirection to external URLs will only work on locked pages. (If the URL contains funny characters, you'll probably have to put quotes around the URL.) +| none +|} -=== Caveats +== Caveats The ~RedirectToPlugin invocation must be the first thing on a page. For most purposes it makes any other content on the page inaccessible. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |