]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAuthorHistoryPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FAuthorHistoryPlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FAuthorHistoryPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~AuthorHistory** [[Help:WikiPlugin|plugin]] allows you to list the history of edits by a particular
11 author; you can specify the page name as well (default is the current page).
12
13 == Usage ==
14 {{{
15 <<AuthorHistory arguments>>
16 }}}
17
18 == Arguments ==
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **exclude**
27 | Pages to exclude
28 | none
29 |-
30 | **noheader**
31 | Do not display page header
32 | false
33 |-
34 | **includeminor**
35 | Include minor modifications
36 | false
37 |-
38 | **includedeleted**
39 | Include deleted pages
40 | false
41 |-
42 | **author**
43 | Display modification by this author
44 | Current user
45 |-
46 | **page**
47 | Give a page name or "all"
48 | Current page
49 |-
50 | **info**
51 | Info to display in the table
52 | version, minor, author, summary, mtime
53 |}
54
55 == Examples ==
56
57 {{{
58 <<AuthorHistory page=HomePage includeminor=1>>
59 }}}
60
61 {{{
62 <<AuthorHistory page=all>>
63 }}}
64
65 <noinclude>
66 ----
67 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
68 </noinclude>