include (plugin)
Includes another wiki page into the body of the current page.
Plugin Details
Plugin Name : include
Body type : noneParameters
| 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 |
|
{{image( page="x" ) }}
