The (:include:) directive makes it possible to insert the contents of other pages into the current wiki page. All of the include directives below perform a straight text inclusion. In particular, any page links in the included text are assumed to link to pages in the current group if not otherwise qualified.
(:include PageName:)(:include Group.PageName:)(:include PageName#from#to:)(:include PageName#from#:)(:include PageName##to:)[[#from]] and [[#to]] anchors. If "to" is omitted (second example), then all of the lines after [[#from]] are included (and vice-versa if "from" is omitted).
(:include PageName lines=10:)(:include PageName lines=5..10:)(:include PageName lines=5..:)(:include Page1 Page2 Page3 lines=1..5:)<< Page directives | DocumentationIndex | InterMap >>