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'}]
Hey!
I am the sandbox!
You can play in me!
Just click on "Edit this page"!