]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRecentEditsPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FRecentEditsPlugin
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%2FRecentEditsPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~RecentEdits** [[Help:WikiPlugin|plugin]] lists all recent edits in this wiki.
11
12 == Usage ==
13 {{{
14 <<RecentEdits arguments>>
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. Specifying 0 will display modifications since wiki creation.
31 | 2
32 |-
33 | **show_major**
34 | Show major modifications
35 | true
36 |-
37 | **show_deleted**
38 | Show deleted pages
39 | sometimes
40 |-
41 | **only_new**
42 | Show only new pages
43 | false
44 |-
45 | **author**
46 | Show only modifications from a specific author
47 | false
48 |-
49 | **owner**
50 | Show only pages from a specific owner
51 | false
52 |-
53 | **limit**
54 | Do not show more pages that the limit.
55 | false
56 |-
57 | **format**
58 | Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs
59 | false
60 |-
61 | **daylist**
62 | Comma-separated list of days
63 | false
64 |-
65 | **difflinks**
66 | Show diff links
67 | true
68 |-
69 | **historylinks**
70 | Show history links
71 | false (true for Monobook and FusionForge)
72 |-
73 | **caption**
74 | Custom caption
75 |
76 |-
77 | **category**
78 | Limit pages to a given category
79 |
80 |-
81 | **pagematch**
82 | Limit to pages matching pattern
83 |
84 |}
85
86 == Example ==
87
88 {{{
89 <<RecentEdits limit=10>>
90 }}}
91
92 <<RecentEdits limit=10>>
93
94 == Author ==
95 * [[Help:Reini Urban|Reini Urban]]
96
97 == See Also ==
98
99 <noinclude>
100 ----
101 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
102 </noinclude>