pageexiststag.txt

来自「wiki建站资源 java编写的 很好用」· 文本 代码 · 共 21 行

TXT
21
字号
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
{{{
<wiki:PageExists>
    Page last edited by <wiki:Author />
</wiki:PageExists>
}}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?