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 20 lines
Includes the body if the page does not exist. See also [PageExistsTag].
----
!Usage
<wiki:NoSuchPage page="<string>">
;:''HTML or JSP tags''
</wiki:NoSuchPage>
!Parameters
;__page__: WikiName of the page you wish to check for. If not set, will default to the current page.
!Example
{{{
<wiki:NoSuchPage>
This page does not exist!
</wiki:NoSuchPage>
}}}