From: <var...@us...> - 2009-06-01 03:39:12
|
Revision: 6830 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6830&view=rev Author: vargenau Date: 2009-06-01 03:39:10 +0000 (Mon, 01 Jun 2009) Log Message: ----------- Use table for parameters Modified Paths: -------------- trunk/pgsrc/Help%2FExternalSearchPlugin Modified: trunk/pgsrc/Help%FExternalSearchPlugin =================================================================== --- trunk/pgsrc/Help%2FExternalSearchPlugin 2009-06-01 03:25:40 UTC (rev 6829) +++ trunk/pgsrc/Help%2FExternalSearchPlugin 2009-06-01 03:39:10 UTC (rev 6830) @@ -1,4 +1,4 @@ -Date: Sat, 18 Apr 2009 18:17:26 +0000 +Date: Mon, 1 Jun 2009 03:17:26 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -21,24 +21,32 @@ == Arguments -__url__: - Specify a wiki from the InterWikiMap or a url. Any text entered by - the user will be appended to the search url. The string placeholder - '__=%s=__' can be used to insert a search query into the url rather - than appending it. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **url** +| Specify a wiki from the InterWikiMap or a url. Any text entered by +the user will be appended to the search url. The string placeholder +'__=%s=__' can be used to insert a search query into the url rather +than appending it. +| +|- +| **name** +| Text to display in the submit button. +| For ~InterWiki sites the default is the wiki name, for other urls the default is the text "External Search". +|- +| **formsize** +| Specify the input area size. +| 30 characters +|- +| **debug** +| Don't really redirect to the external site, just print out the url that would be redirected to. +| +|} -__name__: - Text to display in the submit button. For ~InterWiki sites the - default is the wiki name, for other urls the default is the text - "External Search". - -__formsize__: - Specify the input area size. (default: 30 characters) - -__debug__: - Don't really redirect to the external site, just print out the url - that would be redirected to. - == Examples {{{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |