aside attribute box center details exampleJsp exampleStringBodyJsp googleMap googleMapLink helloWorld helloWorldJsp image imageIndex img include index left media menu namespaces plugin plugins pluginsIndex quote recentChanges right security shadow systemStatus teaser template thumbnail toc

[ login ]   [ info ]

include (plugin)

Includes another wiki page into the body of the current page.

Plugin Details

Plugin Name : include

Body type : none

Parameters

Name Details Default Required
page regex : .* true
edit regex : none|top|bottom none true

Example

In this example, I include the wiki:hints page.

{{include( page="wiki:hints" ) }}

Results

== heading 1 ==
=== heading 2 ===
==== heading 3 ====
++bold++ bold
''italics'' italics
__foo__ underline
--foo-- strike
[home] link to home
[x|home] renamed link
---- horizontal line
\\ Line Break
{| start table
| table cell
|| table heading
|- new row
|} end table
<nowiki>
</nowiki>
verbatim text
{{{ ... }}} verbatim block
{{[ ... ]}}

block

* red
* green
* blue
  • red
  • green
  • blue
# red
# green
# blue
  1. red
  2. green
  3. blue

{{image( page="x" ) }}