Science Environment for Ecological Knowledge
Ecoinformatics site parent site of Partnership for Biodiversity Informatics site parent site of SEEK - Home
Science Environment for Ecological Knowledge









 

 

 



Check Version Tag

Difference between current version and current version:

At line 0 added 18 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>
+ }}}

Back to Check Version Tag, or to the Page History.