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