]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRecentChangesPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FRecentChangesPlugin
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%2FRecentChangesPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~RecentChanges** [[Help:WikiPlugin|plugin]] lists the most recent
10 modifications in the wiki.
11
12 == Usage ==
13 {{{
14 <<RecentChanges 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_minor**
34 | Show minor modifications
35 | false
36 |-
37 | **show_major**
38 | Show major modifications
39 | true
40 |-
41 | **show_all**
42 | Display a page multiple times if it was modified more that once.
43 | false
44 |-
45 | **show_deleted**
46 | Show deleted pages
47 | sometimes
48 |-
49 | **only_new**
50 | Show only new pages
51 | false
52 |-
53 | **author**
54 | Show only modifications from a specific author
55 | false
56 |-
57 | **owner**
58 | Show only pages from a specific owner
59 | false
60 |-
61 | **limit**
62 | Do not show more pages that the limit.
63 | false
64 |-
65 | **format**
66 | Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs
67 | false
68 |-
69 | **daylist**
70 | Comma-separated list of days
71 | false
72 |-
73 | **difflinks**
74 | Show diff links
75 | true
76 |-
77 | **historylinks**
78 | Show history links
79 | false (true for Monobook and FusionForge)
80 |-
81 | **caption**
82 | Custom caption
83 |
84 |-
85 | **category**
86 | Limit pages to a given category
87 |
88 |-
89 | **pagematch**
90 | Limit to pages matching pattern
91 |
92 |}
93
94 == Example ==
95
96 {{{
97 <<RecentChanges limit=10>>
98 }}}
99
100 <<RecentChanges limit=10>>
101
102 {{{
103 <<RecentChanges show_minor=1>>
104 }}}
105
106 {{{
107 <<RecentChanges days=30>>
108 }}}
109
110 == Author ==
111 * [[Help:Reini Urban|Reini Urban]]
112
113 == See Also ==
114
115 <noinclude>
116 ----
117 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
118 </noinclude>