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