{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. 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}