This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

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.

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:

There is no page called 'About'. Would you like to create it?


Back to JSPWikiPlugins.

Add new attachment

In order to upload a new attachment to this page, please use the following box to find the file, then click on “Upload”.
« This particular version was published on 16-Jul-2004 02:17 by JanneJalkanen.