From f193cbe84fd1ae60f2022439ed8597ec3bab8929 Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 28 Aug 2008 18:14:32 +0000 Subject: [PATCH] Bordered table git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6217 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/Help%2FIncludePagePlugin | 62 +++++++++++++++++++++++----------- 1 file changed, 43 insertions(+), 19 deletions(-) diff --git a/pgsrc/Help%2FIncludePagePlugin b/pgsrc/Help%2FIncludePagePlugin index 9182f6a5d..9b51ed1d1 100644 --- a/pgsrc/Help%2FIncludePagePlugin +++ b/pgsrc/Help%2FIncludePagePlugin @@ -1,4 +1,4 @@ -Date: Thu, 22 Aug 2008 10:56:37 +0200 +Date: Thu, 28 Aug 2008 10:56:37 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,24 +17,48 @@ The *~IncludePage* plugin will "include" other pages in this wiki. In the langua !!! Arguments -page - The page to include -rev - the revision (defaults to most recent) -quiet - if set, inclusion appears as normal content -bytes - maximum number of bytes to include -words - maximum number of words to include -lines - maximum number of lines to include -sections - maximum number of sections to include -section - include a named section -sectionhead - when including a named section show the heading +{| class="bordered" +|- +| Argument +| Description +| Default value +|- +| page +| The page to include +| ''None'' (mandatory argument) +|- +| rev +| the revision +| defaults to most recent +|- +| quiet +| if set, inclusion appears as normal content +| false +|- +| bytes +| maximum number of bytes to include +| ''None'' (include all page) +|- +| words +| maximum number of words to include +| ''None'' (include all page) +|- +| lines +| maximum number of lines to include +| ''None'' (include all page) +|- +| sections +| maximum number of sections to include +| ''None'' (include all sections) +|- +| section +| include a named section +| ''None'' +|- +| sectionhead +| when including a named section show the heading +| false +|} !!! Examples -- 2.45.0