__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]