====== Lastcomp Plugin ====== ---- plugin ---- description: The plugin compares the last modification date of two wiki pages author : juergen-aus-zuendorf email : H-J-Schuemmer@Web.de type : syntax lastupdate : 2023-07-21 compatible : Igor depends : wrap conflicts : similar : lastmod tags : changelog downloadurl: http://github.com/juergen-aus-zuendorf/dokuwiki-plugin-lastcomp/zipball/master bugtracker : http://github.com/juergen-aus-zuendorf/dokuwiki-plugin-lastcomp/issues sourcerepo : http://github.com/juergen-aus-zuendorf/dokuwiki-plugin-lastcomp/ donationurl: screenshot_img : ---- ===== Installation ===== Additionally required for the output: * [[wrap|Wrap plugin]] Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually. ===== Usage ===== The use of this plugin is to compare the last modification date of two wiki pages and to output a message which page is outdated. ===== Syntax ===== The syntax allows for two alternatives: ~~LASTCOMP|~~ ~~LASTCOMP||~~ You can refer to one page ("") which is compared to the current page, or you can list two pages, separated by a pipe, which are compared to each other. //Examples:// a) This syntax compares the current wiki page with the page 'mynamespace:mypage' ~~LASTCOMP|mynamespace:mypage~~ b) And this page compares the wiki page 'mynamespace:mypage' with the page 'playground:start' ~~LASTCOMP|mynamespace:mypage|playground:start~~ ===== Change Log ===== * **2023-07-21** * Initial release