Diff: Help/RecentEditsPlugin

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

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,93 @@
-_short description_  
+The **~RecentEdits** [[Help:WikiPlugin|plugin]] lists all recent edits in this wiki.  
  
-! Usage  
-<verbatim>  
- <?plugin RecentEdits ? >  
-</verbatim>  
+== Usage ==  
+{{{  
+<< RecentEdits 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_major**  
+| Show major modifications  
+| true  
+|-  
+| **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 RecentEdits ? >  
-</verbatim>  
+{{{  
+<< RecentEdits limit=10> >  
+}}}  
  
-<?plugin RecentEdits ?
+<< RecentEdits limit=10>
  
-! Author  
-PhpWiki :ReiniUrban  
+== Author ==  
+* [[Help :Reini Urban|Reini Urban]]  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The RecentEdits plugin lists all recent edits in this wiki.

Usage

<<RecentEdits 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_major

Show major modifications

true

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

<<RecentEdits limit=10>>

RecentEdits rssrss2atom

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

No changes found

Author

See Also