!!! Markup for Wiki Includes

The include markup allows to include a wiki page or a fragment of a wiki page into another page. This can be useful if some content should be presented in different contexts on different pages and should not be duplicated.

{{{
%%include...
}}}

For an include at least the target of the page or page fragment that should be include needs to be specified. This can be done by the @target annotation:

{{{
%%include
Getting Started
%
}}}

%%include
Getting Started
@frame: true
@zoom= 80%
%

! Including a Chapter of a Page

The markup allows to include a specific (sub-)chapter of a wiki page. Therefore the chapter mechanism from the basic wiki markup is used as described on [Doc BasicMarkup].
After the include page name, the respective header name can be appended using '#'. In the following example only the chapter ''Contacts'' of the page ''Getting Started'' is included: 

{{{
%%include
Getting Started#Contacts
@frame: true
@zoom: 100%
%
}}}

%%include
Getting Started#Contacts
@frame: true
@zoom: 100%
%