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