Loading...
 
Skip to main content
Plugin to Show the last modification date for a page

Plugin Last Modification

Introduced in Tiki2

Use this wiki plugin to display the last modification date of the current or named page.

Parameters

Show the last modification date for a page
Introduced in Tiki 2.
Go to the source code
Preferences required: feature_wiki, wikiplugin_lastmod

Parameters Accepted Values Description Default Since
format (blank)
long_date
short_date
long_datetime
short_datetime
iso
Set date and time format according to site settings. 15.0
page pagename Page name to display information of. Default value is current page. 2.0

Examples

No Page Name

This code,
Copy to clipboard
{lastmod}


arrow-right.png
Would produce on this site:
Wednesday 07 May, 2025 11:08:13 UTC

Use / to indicate current page

This code,
Copy to clipboard
{lastmod page="/"}


arrow-right.png
Would produce on this site:
Saturday 05 July, 2025 04:46:40 UTC

Page Name Specified

This code,
Copy to clipboard
{lastmod page="HomePage"}


arrow-right.png
Would produce on this site:
Tuesday 27 June, 2023 18:05:46 UTC

Collapse/expand modules below