{scrollbar:icons=false}

h1. {page-info:title}

This page and the child pages, listed below, demonstrate including an excerpt from one or more pages on another page.
{children}

Refer to these pages to see the markup for the excerpt and multi-excerpt.

h2. Include Macro Example

The include macro allows you to include an entire page in the same space on another page. Includes can be tagged by means of labels, making them easier to track than excerpts and multi-excerpts.

The following is an included page. The page is a child of this one.

{include:Test Page To Include}

The following is an included excerpt from a child page of this one.

{excerpt-include:Test Page with Excerpt to Include}

h2. Excerpt Macro Example

The excerpt macro has a limitation; you can only define one excerpt on a page.

This is the markup:

{code}
{excerpt-include:Page with Second Excerpt}
{code}

The markup is rendered as follows:

{excerpt-include:Page with Second Excerpt}

h2. Multi-Excerpt Include Example

This is the markup:

{code}
{multi-excerpt-include:pageTitle=Page with First Excerpt|name=Information one page one|nopanel=true}
{multi-excerpt-include:pageTitle=Page with First Excerpt|name=name=Information two page one|nopanel=true}
{code}

The markup is rendered as follows:

{multi-excerpt-include:pageTitle=Page with First Excerpt|name=Information one page one|nopanel=true}
\\
{multi-excerpt-include:pageTitle=Page with First Excerpt|name=Information two page one|nopanel=true}

You can define as many excerpts as needed on a single page with the multi=excerpt macro and you can include a multi-excerpt from a page in another space.

{scrollbar:icons=false}