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