]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageHistoryPlugin
No underscore for private function
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageHistoryPlugin
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%2FPageHistoryPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~PageHistory** [[Help:WikiPlugin|plugin]] lists history of a given page.
11
12 == Usage ==
13 {{{
14 <<PageHistory>>
15 }}}
16
17 == Arguments ==
18
19 {| class="bordered"
20 |-
21 ! Argument
22 ! Description
23 ! Default value
24 |-
25 | **pagename**
26 | The page to execute upon
27 | current pagename
28 |-
29 | **days**
30 | Number of days
31 |
32 |-
33 | **show_minor**
34 | Show minor modifications
35 | true
36 |-
37 | **show_major**
38 | Show major modifications
39 | true
40 |-
41 | **limit**
42 |
43 |
44 |-
45 | **format**
46 |
47 |
48 |}
49
50 == Example ==
51
52 {{{
53 <<PageHistory>>
54 }}}
55
56 <<PageHistory>>
57
58 == Author ==
59 * [[Help:Reini Urban|Reini Urban]]
60
61 == See Also ==
62
63 <noinclude>
64 ----
65 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
66 </noinclude>