📄 insertpage.txt
字号:
The ~InsertPage plugins allows you to include the contents of another page into the current page.
!Parameters
* __page__ = ''WikiName''. The WikiName of the page you want to insert.
* __style__ = ''CSS definition''. A style you want to use to include the page with.
* __maxlength__ = ''integer''. If the page exceeds this length in characters, it will be truncated and a text "More..." linking to the page will be appended.
* __section__ = ''integer''. Inserts only a part of a page. The sections are separated with "{{{----}}}" and are counted starting from one (1), that is, the first section on a page is number 1.
* __default__ = ''string''. If the page does not exist, will insert this default. If not defined, inserts a suggestion to create the page.
!Example
{{{
[{InsertPage page='About'
style='font-size: 85%; margin: 10px; padding: 5px; border-width: thin;
border-style:inset; background: #dedede; font-family:monospace'
maxlength=200}]
}}}
will produce:
[{InsertPage page='About' style='font-size: 85%; margin: 10px; padding: 5px; border-width: thin; border-style:inset; background: #dedede; font-family:monospace' maxlength=200}]
----
Back to [JSPWikiPlugins].
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -