Plugin Last Modification

Introduced in Tiki2

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

Parameters

Plugin Manager error: lastmod plugin not found
 Note
There is a bug In some versions causing nothing to show if the page parameter is not set. In this case, page="/" can be used to show the last modification date of the current page.
 Note
Wiki Argument Variables can be used to specify current page.

Examples

No Page Name

This code,
Copy to clipboard
{lastmod}


arrow-right.png
Would produce on this site:
Sunday 11 August, 2019 04:20:02 GMT-0000

Use / to indicate current page

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


arrow-right.png
Would produce on this site:
Sunday 12 May, 2024 20:05:32 GMT-0000

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 GMT-0000