This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
xxxxxxxxxx
====== Include Plugin ======
[[doku>plugin:Include|Include]] another wiki page into the current one.
===== Examples =====
''%%{{page>wiki:syntax#Tables}}%%'' will include the section about tables of the syntax page.
''%%{{namespace>project_foo}}%%'' will include all pages in the ''project_foo'' namespace.
''%%{{page>blog:mypage&tags&comments}}%%'' will include the page ''blog:mypage'' and show the tags from the [[tag]] plugin and the number of comments from the [[discussion]] plugin. Both plugins need to be installed for this example.
===== Syntax =====
Simply enclose the ID of the page to be included in double curly brackets:
{{page>[id]&[flags]}}
{{section>[id]#[section]&[flags]}}
{{namespace>[namespace]&[flags]}}
{{tagtopic>[tag]&[flags]}}
^ [id] | page ID of the page to include; some [[#macros]] are possible; shortcuts are resolved ('':'', ''.'', ''..'') | required |
^ [section] | limits the included page to a specific section and its subsections | optional; default is the whole page |
^ [tag]|include pages with tag topic tag, requires [[doku>plugin:tag]] |required |
^ [flags] | flags delimited by ''&'', see [[#flags]] | optional |
The plugin offers four syntaxes, ''%%{{page>...}}%%'' , ''%%{{section>...}}%%'' , ''%%{{namespace>...}}%%'' and ''%%{{tagtopic>...}}%%''.