]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRecentCommentsPlugin
Spelling
[SourceForge/phpwiki.git] / pgsrc / Help%2FRecentCommentsPlugin
1 Date: Thu,  9 Dec 2010 20:12:29 +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%2FRecentCommentsPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~RecentComments** [[Help:WikiPlugin|plugin]] lists basepages with recently added comments.
12
13 == Usage ==
14 {{{
15 <<RecentComments 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 | **category**
75 | Limit pages to a given category
76 |
77 |-
78 | **pagematch**
79 | Limit to pages matching pattern
80 |
81 |}
82
83 == Example ==
84
85 {{{
86 <<RecentComments>>
87 }}}
88
89 <<RecentComments>>
90
91 == Author ==
92 * [[PhpWiki:ReiniUrban|Reini Urban]]
93
94 == See Also ==
95
96 <noinclude>
97 ----
98 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
99 </noinclude>