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.
[{RecentChangesPlugin}] renders as:
No changes in the last 7 days.
| Parameter | Type | Default | Description |
|---|---|---|---|
since | number | 7 | Number of days to look back for changes |
format | string | compact | Display format: compact or full |
[{RecentChangesPlugin}] renders as:
No changes in the last 7 days.
[{RecentChangesPlugin since='1'}] renders as:
No changes in the last 1 day.
[{RecentChangesPlugin since='7' format='full'}] renders as:
No changes in the last 7 days.
| Format | Description |
|---|---|
compact | Page title (linked) with relative timestamp and total change count |
full | Table with page, last modified date, author, and version columns |