Page Exists Tag

Aus Earthdawn-Wiki.v2
Version vom 22. Oktober 2024, 19:36 Uhr von Root (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Includes the body if the page exists. Be warned that some of the tags may fail, unless you wrap them inside the PageExistsTag. ---- ====Usage==== <wiki:PageExists page="<string>"> ; : ''HTML or JSP tags'' </wiki:PageExists> ====Parameters==== ; '''page''' : WikiName of the page you wish to check for. If not set, will default to the current page. ====Example==== <pre><code> <wiki:PageExists> Page last edited by <wiki:Author /> </wik…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Includes the body if the page exists. Be warned that some of the tags may fail, unless you wrap them inside the PageExistsTag.


Usage

<wiki:PageExists page="<string>">

HTML or JSP tags

</wiki:PageExists>

Parameters

page
WikiName of the page you wish to check for. If not set, will default to the current page.

Example

<code>
<wiki:PageExists>
    Page last edited by <wiki:Author />
</wiki:PageExists>
</code>