Diff: Help/AuthorHistoryPlugin

Differences between current version and predecessor to the previous major change of Help/AuthorHistoryPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,17 +1,59 @@
-This plugin allows you to list the history of edits by a particular  
-author; you can specify the page name as well (default is the current  
- page). 
+The **~AuthorHistory** [[Help:WikiPlugin| plugin]] allows you to list the history of edits by a particular  
+author; you can specify the page name as well (default is the current page). 
  
-<verbatim>  
-<?plugin AuthorHistory user="test" ?
+== Usage ==  
+{{{  
+<< AuthorHistory arguments >>  
+}}}  
  
-<?plugin AuthorHistory page =HomePage ?>  
-</verbatim>  
+== Arguments ==  
  
-The second example will default to the current page. We can't provide  
-examples for you since we don't know any potential usernames for your  
-wiki
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **exclude**  
+| Comma-separated list of pages to exclude  
+| none  
+|-  
+| **noheader**  
+| Boolean. If true, do not display page header .  
+| false  
+|-  
+| **includeminor**  
+| Boolean . If true, include minor modifications.  
+| false  
+|-  
+| **includedeleted**  
+| Boolean. If true, include deleted pages.  
+| false  
+|-  
+| **author**  
+| Display modification by this author  
+| Current user  
+|-  
+| **page**  
+| Give a page name or "all" (list all pages with edits by this user)  
+| Current page  
+|-  
+| **info**  
+| Info to display in the table  
+| version, minor, author, summary, mtime  
+|}  
  
--------------  
+== Examples ==  
  
-PhpWikiDocumentation Help:WikiPlugin  
+{{{  
+<<AuthorHistory page=HomePage includeminor=1>>  
+}}}  
+  
+{{{  
+<<AuthorHistory page=all>>  
+}}}  
+  
+<noinclude>  
+----  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The AuthorHistory plugin allows you to list the history of edits by a particular author; you can specify the page name as well (default is the current page).

Usage

<<AuthorHistory arguments>>

Arguments

Argument

Description

Default value

exclude

Comma-separated list of pages to exclude

none

noheader

Boolean. If true, do not display page header.

false

includeminor

Boolean. If true, include minor modifications.

false

includedeleted

Boolean. If true, include deleted pages.

false

author

Display modification by this author

Current user

page

Give a page name or "all" (list all pages with edits by this user)

Current page

info

Info to display in the table

version, minor, author, summary, mtime

Examples

<<AuthorHistory page=HomePage includeminor=1>>
<<AuthorHistory page=all>>