]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FIncludePagesPlugin
Update WikiFormPlugin documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FIncludePagesPlugin
1 Date: Thu,  9 Dec 2010 17:45:27 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FIncludePagesPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~IncludePages** [[Help:WikiPlugin|plugin]] will "include" a list of multiple pages, based on [[Help:IncludePagePlugin|IncludePage]] plugin.
12
13 == Usage ==
14 {{{
15 <<IncludePages arguments >>
16 }}}
17
18 == Arguments ==
19
20 All arguments from [[Help:IncludePagePlugin|IncludePage]] plugin, plus the following ones.
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **pages**
29 | The pages to include
30 | //none//
31 |-
32 | **exclude**
33 | The pages to exclude
34 | false
35 |}
36
37 == Example ==
38
39 {{{
40 <<IncludePages pages=<!plugin-list BackLinks !> >>
41 }}}
42
43 <<IncludePages pages=<!plugin-list BackLinks !> >>
44
45 == Author ==
46 * [[PhpWiki:ReiniUrban|Reini Urban]]
47
48 == See Also ==
49 * [[Help:IncludePagePlugin]]
50
51 <noinclude>
52 ----
53 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
54 </noinclude>