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