This page (revision-1) was last changed on 2019-12-18 09:13 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 25 lines
__InsertPage__ is a [JSPWikiPlugin] that allows you to insert all or part of a referenced page into the calling page.
!! Parameters
* __{{page}}__ - the name of the page to be inserted
* __{{style}}__ - the inline CSS style to use
* __{{maxlength}}__ - the maximum length of the page to be inserted (page contents)
* __{{class}}__ - the CSS class to use
* __{{section}}__ - the section of the page that has to be inserted (separated by "~----")
* __{{default}}__ - the text to insert if the requested page does not exist
!! Example
{{{
[{InsertPage page='SandBox'}]
}}}
[{InsertPage page='SandBox'}]
----
See: [JSPWiki:HowToInsertAPage], [JSPWiki:JSPWikiCorePlugins]