Using RecentChangesPlugin

Last modified: 4/23/2026

Using RecentChangesPlugin

The RecentChangesPlugin displays recent page changes in chronological order. It supports two display formats: a compact list for quick scanning or a detailed table with full information. See Plugins for a complete list of available plugins.

Syntax

[{RecentChangesPlugin}] renders as:

No changes in the last 7 days.

Parameters

ParameterTypeDefaultDescription
sincenumber7Number of days to look back for changes
formatstringcompactDisplay format: compact or full

Examples

Last 7 days (default)

[{RecentChangesPlugin}] renders as:

No changes in the last 7 days.

Last 24 hours

[{RecentChangesPlugin since='1'}] renders as:

No changes in the last 1 day.

Detailed table view

[{RecentChangesPlugin since='7' format='full'}] renders as:

No changes in the last 7 days.

Output Formats

FormatDescription
compactPage title (linked) with relative timestamp and total change count
fullTable with page, last modified date, author, and version columns