plugin:lastmod
Table of Contents
Lastmod-Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" unknown
- 2020-07-29 "Hogfather" unknown
- 2018-04-22 "Greebo" yes
Displays the timestamp of the last modification of the current or another page (if you need it directly in the text and not only at the end of the page).
Similar to lastcomp
Introduction
This plugin displays the last modification timestamp of a page.
Syntax
To display the last modification timestamp of the current page:
~~LASTMOD~~
To display the last modification timestamp of another page:
~~LASTMOD:<page-id>~~
Replace <page-id> with the id of the page you'd like to get the last modification date from.
Example
This page was last edited at: ~~LASTMOD~~
Outputs:
This page was last edited at: 2005/10/10 11:03:00
The start page was last edited at: ~~LASTMOD:start~~
Outputs:
This page was last edited at: 2008/11/09 16:07:08
Note: it will also mark hot and recent changes with classes lastmod_hot
and lastmod_recent
respectively. So you can specify different styles for dates in CSS.
Changelog
plugin/lastmod.txt · Last modified: 2023-10-31 00:19 by Klap-in