====== Lastmod-Plugin ====== ---- plugin ---- description: 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). author : Dennis Ploeger email : develop@dieploegers.de type : syntax lastupdate : 2016-02-03 compatible : Greebo depends : conflicts : similar : tags : changelog, include, time downloadurl: https://github.com/dploeger/dokuwiki-plugin-lastmod/archive/master.zip bugtracker : https://github.com/dploeger/dokuwiki-plugin-lastmod/issues sourcerepo : https://github.com/dploeger/dokuwiki-plugin-lastmod ---- ===== 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:~~ Replace 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 ===== Please see [[https://github.com/dploeger/dokuwiki-plugin-lastmod/releases]]