Diff: CheckVersionTag

Search SINQ Wiki:
SINQ LIN

SINQ Wiki
- Main Page
- Search SINQ Wiki
- Sample Environment
- Probenumg. Intern
- Troubleshooting SICS

This Page
- Page Info
- Printer Friendly

Referenced by
JSPWikiTags

Wiki Info
- Unused pages
- Undefined pages
- RecentChanges
- Page Index
- System Info
- JSPWiki Docu
- SandBox
- OneMinuteWiki
- Create a New Page




JSPWiki v2.0.52


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 CheckVersionTag, or to the Page History.