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:
Recent Changes (Last 7 days)
- Left Menu Content (1 day ago)
- About geohazardwatch (1 day ago)
- Footer Content (1 day ago)
- Attribution (1 day ago)
4 changes
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
since | number | 7 | Number of days to look back for changes |
format | string | compact | Display format: compact or full |
Examples
Last 7 days (default)
[{RecentChangesPlugin}] renders as:
Recent Changes (Last 7 days)
- Left Menu Content (1 day ago)
- About geohazardwatch (1 day ago)
- Footer Content (1 day ago)
- Attribution (1 day ago)
4 changes
Last 24 hours
[{RecentChangesPlugin since='1'}] renders as:
Recent Changes (Last 1 day)
- Left Menu Content (1 day ago)
- About geohazardwatch (1 day ago)
- Footer Content (1 day ago)
- Attribution (1 day ago)
4 changes
Detailed table view
[{RecentChangesPlugin since='7' format='full'}] renders as:
Recent Changes (Last 7 days)
| Page | Last Modified | Editor | Version |
|---|---|---|---|
| Left Menu Content | Sep 10, 2026, 1:12 PM | system | v1 |
| About geohazardwatch | Sep 10, 2026, 1:12 PM | system | v1 |
| Footer Content | Sep 10, 2026, 1:12 PM | system | v1 |
| Attribution | Sep 10, 2026, 1:12 PM | system | v1 |
Total: 4 pages changed
Output Formats
| Format | Description |
|---|---|
compact | Page title (linked) with relative timestamp and total change count |
full | Table with page, last modified date, author, and version columns |
No comments yet.