The RecentChangesPlugin is a JSPWikiPlugin that inserts the latest page changes in order.

Parameters: #

  • since=n : show changes from the last n days.
  • format=(full|compact) : if "full", then display a long version with all possible info. If "compact", then be as compact as possible.

Example#

The following example inserts the changes from the past 2 days in a full format.

 
[{RecentChangesPlugin since=2, format=full}] 
And here they are:

18.03.2024
Other stuff00:26:20spyhunter99


Here is the same list in compact format:

18.03.2024
Other stuff00:26:20


See: JSPWikiCorePlugins
Category.Plugins