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. |
From: <var...@us...> - 2012-11-20 20:29:26
|
Revision: 8502 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8502&view=rev Author: vargenau Date: 2012-11-20 20:29:20 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Add arguments Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 19:51:13 UTC (rev 8501) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:29:20 UTC (rev 8502) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 10 Sep 2012 13:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; @@ -11,7 +11,7 @@ usage better use the [[Help:AddCommentPlugin|AddComment]] plugin. {{{ -<<AppendText>> +<<AppendText arguments>> }}} == Arguments == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-20 20:43:46
|
Revision: 8503 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8503&view=rev Author: vargenau Date: 2012-11-20 20:43:39 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Add missing arguments (pages, redirect) Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:29:20 UTC (rev 8502) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:43:39 UTC (rev 8503) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2012 13:46:13 +0000 +Date: Fri, 20 Nov 2012 13:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; @@ -26,6 +26,10 @@ | Append to which page | Current page. |- +| **pages** +| Append to multiple pages +| none +|- | **s** | What text to add. Note: A \n is always prepended. | @@ -37,6 +41,9 @@ | **after** | (Optional) Add after the matching line beginning with after. | +| **redirect** +| Redirect to modified page +| false |} == Examples == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-20 20:46:36
|
Revision: 8504 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8504&view=rev Author: vargenau Date: 2012-11-20 20:46:28 +0000 (Tue, 20 Nov 2012) Log Message: ----------- WikiPlugin --> CategoryWikiPlugin Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:43:39 UTC (rev 8503) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:46:28 UTC (rev 8504) @@ -1,4 +1,4 @@ -Date: Fri, 20 Nov 2012 13:46:13 +0000 +Date: Fri, 20 Nov 2012 19:46:13 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FAppendTextPlugin; @@ -41,6 +41,7 @@ | **after** | (Optional) Add after the matching line beginning with after. | +|- | **redirect** | Redirect to modified page | false @@ -52,7 +53,7 @@ {{{ <<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=CategoryWikiPlugin !> >> }}} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2012-11-20 20:51:52
|
Revision: 8505 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8505&view=rev Author: vargenau Date: 2012-11-20 20:51:46 +0000 (Tue, 20 Nov 2012) Log Message: ----------- Add examples Modified Paths: -------------- trunk/pgsrc/Help%2FAppendTextPlugin Modified: trunk/pgsrc/Help%2FAppendTextPlugin =================================================================== --- trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:46:28 UTC (rev 8504) +++ trunk/pgsrc/Help%2FAppendTextPlugin 2012-11-20 20:51:46 UTC (rev 8505) @@ -49,7 +49,7 @@ == Examples == -Add from a list of all available plugins one to the current page. +=== Add from a list of all available plugins one to the current page === {{{ <<WikiFormRich action=AppendText buttontext="AddPlugin" @@ -57,14 +57,22 @@ >> }}} -Add from a list of all available Categories to the current page. +<<WikiFormRich action=AppendText buttontext="AddPlugin" + pulldown[] name=s text="Plugins: " value=<!plugin-list BackLinks page=CategoryWikiPlugin !> +>> +=== 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 !> >> }}} +<<WikiFormRich action=AppendText buttontext="AddCategory" + pulldown[] name=s text="Categories: " value=<!plugin-list TitleSearch s=Category !> +>> + <noinclude> ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |