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