This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 22 lines
Does a version check on the page. If the page does not exist, the body is never included.
!Usage
<wiki:CheckVersion mode="latest|notlatest">
;:''JSP or HTML code''
</wiki:CheckVersion>
!Parameters
;__mode__: __If__ 'latest', will include the body if the current page is the latest version. __If__ 'notlatest', will include the body only if the current page is not the latest version.
!Example
{{{
<wiki:CheckVersion mode="notlatest">
<B>Warning: This page is not the latest version.</B>
</wiki:CheckVersion>
}}}
!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]