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