Diff: Help/RecentChangesPlugin

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

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,27 +1,110 @@
-_short description_  
+The **~RecentChanges** [[Help:WikiPlugin|plugin]] lists the most recent  
+modifications in the wiki.  
  
-! Usage  
-<verbatim>  
- <?plugin RecentChanges ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< RecentChanges 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 . Specifying 0 will display modifications since wiki creation.  
+| 2  
+|-  
+| **show_minor**  
+| Show minor modifications  
+| false  
+|-  
+| **show_major**  
+| Show major modifications  
+| true  
+|-  
+| **show_all**  
+| Display a page multiple times if it was modified more that once.  
+| false  
+|-  
+| **show_deleted**  
+| Show deleted pages  
+| sometimes  
+|-  
+| **only_new**  
+| Show only new pages  
+| false  
+|-  
+| **author**  
+| Show only modifications from a specific author  
+| false  
+|-  
+| **owner**  
+| Show only pages from a specific owner  
+| false  
+|-  
+| **limit**  
+| Do not show more pages that the limit.  
+| false  
+|-  
+| **format**  
+| Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs  
+| false  
+|-  
+| **daylist**  
+| Comma-separated list of days  
+| false  
+|-  
+| **difflinks**  
+| Show diff links  
+| true  
+|-  
+| **historylinks**  
+| Show history links  
+| false (true for Monobook and ~FusionForge)  
+|-  
+| **caption**  
+| Custom caption  
+|  
+|-  
+| **category**  
+| Limit pages to a given category  
+|  
+|-  
+| **pagematch**  
+| Limit to pages matching pattern  
+|  
+|}  
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin RecentChanges ? >  
-</verbatim>  
+{{{  
+<< RecentChanges limit=10> >  
+}}}  
  
-<?plugin RecentChanges ?
+<< RecentChanges limit=10>
  
-! Author  
-PhpWiki:ReiniUrban  
+{{{  
+<<RecentChanges show_minor=1>>  
+}}}  
  
-! See Also  
+{{{  
+<<RecentChanges days=30>>  
+}}}  
  
+== Author ==  
+* [[Help:Reini Urban|Reini Urban]]  
+  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The RecentChanges plugin lists the most recent modifications in the wiki.

Usage

<<RecentChanges arguments>>

Arguments

Argument

Description

Default value

pagename

The page to execute upon

current pagename

days

Number of days. Specifying 0 will display modifications since wiki creation.

2

show_minor

Show minor modifications

false

show_major

Show major modifications

true

show_all

Display a page multiple times if it was modified more that once.

false

show_deleted

Show deleted pages

sometimes

only_new

Show only new pages

false

author

Show only modifications from a specific author

false

owner

Show only pages from a specific owner

false

limit

Do not show more pages that the limit.

false

format

Default is HTML. Other: rss, rss2, rss091, atom, sidebar, box, contribs

false

daylist

Comma-separated list of days

false

difflinks

Show diff links

true

historylinks

Show history links

false (true for Monobook and FusionForge)

caption

Custom caption

category

Limit pages to a given category

pagematch

Limit to pages matching pattern

Example

<<RecentChanges limit=10>>

RecentChanges rssrss2atom

The 10 most recent major edits during the past 2 days are listed below.

No changes found

<<RecentChanges show_minor=1>>
<<RecentChanges days=30>>

Author

See Also