From d3c4c3e2b210dee4039c1b1d4afbcf4f622347c3 Mon Sep 17 00:00:00 2001 From: vargenau Date: Sun, 31 May 2009 20:15:19 +0000 Subject: [PATCH] Use table for parameters git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6828 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/Help%2FAppendTextPlugin | 43 ++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 13 deletions(-) diff --git a/pgsrc/Help%2FAppendTextPlugin b/pgsrc/Help%2FAppendTextPlugin index a33663c1b..4d2d00078 100644 --- a/pgsrc/Help%2FAppendTextPlugin +++ b/pgsrc/Help%2FAppendTextPlugin @@ -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 @@ usage better use the [[Help:AddCommentPlugin|AddComment]] plugin. }}} == 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. + {{{ < - >> + pulldown[] name=s text="Plugins: " value= +>> }}} Add from a list of all available Categories to the current page. + {{{ < - >> + pulldown[] name=s text="Categories: " value= +>> }}} -- 2.45.0