⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 insertpagetag.txt

📁 wiki建站资源 java编写的 很好用
💻 TXT
字号:
Inserts formatted or unformatted page contents.

----

!Usage

<wiki:InsertPage page="<page name>" mode="plain|html" />

!Parameters

;__page__: The name of the page to insert.  If not set, inserts the current page.
;__mode__: If set to "plain", inserts the actual WikiMarkup (for example, for an editor).  If "html", will insert rendered HTML snippet.  Default is to insert HTML.

!Example
{{{
<%@ taglib uri="/WEB-INF/jspwiki.tld" prefix="wiki" %>
<html>
  <head>
     <title><wiki:PageName /></title>
  </head>
  <body>
     <h1><wiki:PageName /></h1>
     <wiki:InsertPage />
     <hr /><br />
     <wiki:EditLink>Edit this page</wiki:EditLink>
  </body>
</html>
}}}

This is an extraordinarily minimal [template|WikiTemplates] for JSPWiki, which basically just displays the page name in a h1-type heading, and then inserts the renderd page contents. 

⌨️ 快捷键说明

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