From: <var...@us...> - 2009-05-31 20:15:29
|
Revision: 6828 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6828&view=rev Author: vargenau Date: 2009-05-31 20:15:19 +0000 (Sun, 31 May 2009) Log Message: ----------- Use table for parameters Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2009-05-31 19:22:12 UTC (rev 6827) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2009-05-31 20:15:19 UTC (rev 6828) @@ -1,4 +1,4 @@ -Date: Thu, 26 Mar 2009 11:34:32 +0000 +Date: Thu, 31 May 2009 19:34:32 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -16,29 +16,46 @@ }}} == Arguments -__page__: | - Append to which page. Default: Current page. -__s__: | - What text to add. Note: A \n is always prepended. -__before__: | - (Optional) Add before the matching line beginning with before. -__after__: | - (Optional) Add after the matching line beginning with after. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **page** +| Append to which page +| Current page. +|- +| **s** +| What text to add. Note: A \n is always prepended. +| +|- +| **before** +| (Optional) Add before the matching line beginning with before. +| +|- +| **after** +| (Optional) Add after the matching line beginning with after. +| +|} + == Examples Add from a list of all available plugins one to the current page. + {{{ <<WikiFormRich action=AppendText buttontext="AddPlugin" - pulldown[] name=s text="Plugins: " value=<!plugin-list BackLinks page=WikiPlugin !> - >> + pulldown[] name=s text="Plugins: " value=<!plugin-list BackLinks page=WikiPlugin !> +>> }}} Add from a list of all available Categories to the current page. + {{{ <<WikiFormRich action=AppendText buttontext="AddCategory" - pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !> - >> + pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !> +>> }}} <noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |