]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FDynamicIncludePagePlugin
Wikicreole syntax
[SourceForge/phpwiki.git] / pgsrc / Help%2FDynamicIncludePagePlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +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%2FDynamicIncludePagePlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~DynamicIncludePage** [[Help:WikiPlugin|plugin]] will asynchronously "include" other pages in this wiki.
12
13 == Usage ==
14 {{{
15 <<DynamicIncludePage arguments>>
16 }}}
17
18 == Arguments ==
19
20 All arguments from [[Help:IncludePagePlugin#Arguments|IncludePage]] plugin are supported, plus the following one.
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **state**
29 | initial state: false <=> ~[+~], true <=> ~[-~]
30 | false
31 |}
32
33 == Example ==
34
35 {{{
36 <<DynamicIncludePage page=SandBox>>
37 }}}
38
39 <<DynamicIncludePage page=SandBox>>
40
41 == Author ==
42
43 * [[PhpWiki:ReiniUrban|Reini Urban]]
44
45 == See Also ==
46
47 * [[Help:IncludePagePlugin]]
48
49 <noinclude>
50 ----
51 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
52 </noinclude>