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