!!! 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= 100%
%
%%include
Getting Started
@frame: false
@zoom: 300%
%