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