<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">PmWiki version 2.2.16 changed the markup to allow conditional "exists" to use wildcards. But now how do I reference the underlying page, as opposed to specifying a wildcard?</span><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">
For example, put the following markup in WikiSandbox and also in any page that does not yet exist (using preview to see the result). The results used to be "Main.WikiSandbox exists" and "Main.UnsavedPage doesn't exist", but now both return "doesn't exist".</span></div><div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 13px; white-space: pre-wrap; ">
(:markup:)
(:if !exists "{*$FullName}":)
{*$FullName} doesn't exist
(:else:)
{*$FullName} exists
(:ifend:)
(:markupend:)

-- Randy</span></div></div></body></html>