Diff: Help/AuthorHistoryPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 5 and predecessor to the previous major change of Help/AuthorHistoryPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 5 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
| Older page: | version 4 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
@@ -1,59 +1,17 @@
  
  
  
  
  
-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). 
+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). 
-== Usage == 
 
-{{{
  
-<<
AuthorHistory arguments
>> 
 
-}}}
 
+<verbatim>
  
+<?plugin 
AuthorHistory user="test" ?
> 
-== Arguments ==
 
+<?plugin AuthorHistory page
=HomePage ?> 
 
+</verbatim>
 
-{| class="bordered" 
 
-|- 
 
-! Argument 
 
-! Description 
 
-! Default value 
 
-|- 
 
-| **exclude** 
 
-| Pages 
to exclude 
 
-| none 
 
-|- 
 
-| **noheader** 
 
-| Do not display 
page header 
 
-| false 
 
-|- 
 
-| **includeminor** 
 
-| Include minor modifications 
 
-| false 
 
-|- 
 
-| **includedeleted** 
 
-| Include deleted pages 
 
-| false 
 
-|- 
 
-| **author** 
 
-| Display modification by this author 
 
-| Current user 
 
-|- 
 
-| **page** 
 
-| Give a page name or "all" 
 
-| Current page 
 
-|- 
 
-| **info** 
 
-| Info to display in the table
  
-| version, minor, author, summary, mtime
  
-|}
 
+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.
 
-== Examples ==
 
+-------------
 
-{{{ 
 
-<<AuthorHistory page=HomePage includeminor=1>> 
 
-}}} 
 
- 
 
-{{{ 
 
-<<AuthorHistory page=all>> 
 
-}}} 
 
- 
 
-<noinclude> 
 
----- 
 
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
-</noinclude>
 
+PhpWikiDocumentation Help:WikiPlugin
 
version 5
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).
<?plugin AuthorHistory user="test" ?> <?plugin AuthorHistory page=HomePage ?>
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.
Help: