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