From: <var...@us...> - 2010-12-09 16:47:32
|
Revision: 7765 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7765&view=rev Author: vargenau Date: 2010-12-09 16:47:26 +0000 (Thu, 09 Dec 2010) Log Message: ----------- Document IncludePages plugin Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagesPlugin Modified: trunk/pgsrc/Help%2FIncludePagesPlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagesPlugin 2010-12-09 16:36:20 UTC (rev 7764) +++ trunk/pgsrc/Help%2FIncludePagesPlugin 2010-12-09 16:47:26 UTC (rev 7765) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Thu, 9 Dec 2010 17:45:27 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -8,31 +8,45 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~IncludePages** [[Help:WikiPlugin|plugin]] will "include" a list of multiple pages, based on [IncludePage|Help:IncludePage] plugin. +The **~IncludePages** [[Help:WikiPlugin|plugin]] will "include" a list of multiple pages, based on [[Help:IncludePagePlugin|IncludePage]] plugin. == Usage == {{{ -<<IncludePages pages=<!plugin-list BackLinks !> >> +<<IncludePages arguments >> }}} == Arguments == -pages - The list of pages to execute upon. +All arguments from [[Help:IncludePagePlugin|IncludePage]] plugin, plus the following ones. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **pages** +| The pages to include +| //none// +|- +| **exclude** +| The pages to exclude +| false +|} + == Example == {{{ -<<IncludePages>> +<<IncludePages pages=<!plugin-list BackLinks !> >> }}} -<<IncludePages>> +<<IncludePages pages=<!plugin-list BackLinks !> >> == Author == * [[PhpWiki:ReiniUrban|Reini Urban]] == See Also == -* [Help:IncludePagePlugin] +* [[Help:IncludePagePlugin]] <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |