]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageDumpPlugin
Whitespace
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageDumpPlugin
1 Date: Mon,  8 Jul 2013 17:58:18 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FPageDumpPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~PageDump** [[Help:WikiPlugin|plugin]] allows to view a single page dump online.
10
11 == Usage ==
12 {{{
13 <<PageDump arguments>>
14 }}}
15
16 == Arguments ==
17
18 {| class="bordered"
19 |-
20 ! Argument
21 ! Description
22 ! Default value
23 |-
24 | **page**
25 | Page to dump
26 | pagename
27 |-
28 | **format**
29 | 'normal', 'forsvn', 'forcvs', 'backup'
30 | none
31 |-
32 | **download**
33 |
34 | false
35 |}
36
37 Note: 'forsvn' and 'forcvs' are the same.
38
39 == Example ==
40
41 {{{
42 <<PageDump page=HomePage>>
43 }}}
44
45 <<PageDump page=HomePage>>
46
47 == Author ==
48 * [[Help:Reini Urban|Reini Urban]]
49
50 == See Also ==
51
52 <noinclude>
53 ----
54 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
55 </noinclude>