Plugin Lastmod
This Wiki Plugin displays the last modification date of the current or named page.Table of contents
Usage and Parameters
To use this plugin in a wiki page, use the syntax:Syntax for the LASTMOD plugin
{LASTMOD(page=>pagename)/}And here is information about the parameter:
| Parameter | Accepted values | Default | Effect | Required? | Since |
|---|---|---|---|---|---|
| page | name of a tiki page | page where the plugin is placed | Displays the last modification date for the page named or for the page where the plugin is placed if no page name is apecified | n |
Prior to version 3.0, there is a small miscoding that causes a "%0" to appear at the end of the modification date instead of the time zone. The patch to fix this is to change the "%O" to "%Z" in line 42 of the file at lib\wiki-plugins\wikiplugin_lastmod.php.
Examples
No Page Name
|
This code, Example with no page name {LASTMOD()/} |
|
Would produce on this site: |
Page Name Specified
| ||
|
This code, Example with page name {LASTMOD(page=>HomePage)/} |
|
Would produce on this site: Sat, 11 Feb. 2012 19:43:58 UTC |
