Diff: Help/PageHistoryPlugin
Differences between version 6 and previous revision of Help/PageHistoryPlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 6 | Last edited on 17 January 2022 3:00 | by harold | Revert | 
| Older page: | version 5 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
@@ -1,27 +1,57 @@
  
  
  
  
  
  
  
  
  
-_short description_
 
+The **~PageHistory** [[Help:WikiPlugin|plugin]] lists history of a given page.
 
-! 
Usage  
-<verbatim>
  
-  
<?plugin 
PageHistory ?
>  
-</verbatim>
 
+== 
Usage ==
  
+{{{
  
+<<
PageHistory arguments>
>  
+}}}
 
-! 
Arguments 
+== 
Arguments ==
 
-page _(default: current 
pagename)_:
  
-  
The page to execute upon.
 
+{| class="bordered" 
 
+|- 
 
+! Argument 
 
+! Description 
 
+! Default value 
 
+|- 
 
+| **
pagename**
  
+| 
The page to execute upon 
 
+| current pagename 
 
+|- 
 
+| **days** 
 
+| Number of days 
 
+| 
 
+|- 
 
+| **show_minor** 
 
+| Show minor modifications 
 
+| true 
 
+|- 
 
+| **show_major** 
 
+| Show major modifications 
 
+| true 
 
+|- 
 
+| **limit** 
 
+| Number of versions to display 
 
+| 100 
 
+|- 
 
+| **format** 
 
+| Format to display: 'rss' 
 
+| false 
 
+|}
 
-! 
Example 
+== 
Example ==
 
-<verbatim>
  
-<?plugin 
PageHistory ?
>  
-</verbatim>
 
+{{{
  
+<<
PageHistory>
>  
+}}}
 
-<?plugin 
PageHistory ?
> 
+<<
PageHistory>
> 
-! 
Author  
-PhpWiki
:ReiniUrban
 
+== 
Author ==
  
+* [[Help
:Reini Urban|Reini Urban]]
 
-! 
See Also 
+== 
See Also ==
 
+<noinclude>
 
 ---- 
-PhpWikiDocumentation Help:WikiPlugin
 
+[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
+</noinclude>
 
version 6
The PageHistory 
plugin lists history of a given page.
Usage
<<PageHistory arguments>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
pagename  | 
The page to execute upon  | 
current pagename  | 
days  | 
Number of days  | 
|
show_minor  | 
Show minor modifications  | 
true  | 
show_major  | 
Show major modifications  | 
true  | 
limit  | 
Number of versions to display  | 
100  | 
format  | 
Format to display: 'rss'  | 
false  | 
Example
<<PageHistory>>