{scrollbar:icons=false}

Demonstration of includes and Excerpt-Includes (Multi-Excerpt and Excerpt Macros)

This page and the following child pages demonstrate including an excerpt from one on another page.

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

Excerpt Macro Example

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

This is the markup:

{excerpt-include:Page with Second Excerpt}

The markup is rendered as follows:

Multi-Excerpt Include Example

This is the markup to place on the page that has the content you want to render into another pager:

{multi-excerpt:name=excerptName}
...
{multi-excerpt}

This is the markup to place on the page where you want to put content from another page:

{multi-excerpt-include:pageTitle=Page with Multi Excerpts|name=Information one page one|nopanel=true}
{multi-excerpt-include:pageTitle=Page with Multi Excerpts|name=Information two page one|nopanel=true}

The markup is rendered as follows:

{multi-excerpt-include:pageTitle=Page with Multi Excerpts|name=Information one page one|nopanel=true}
{multi-excerpt-include:pageTitle=Page with Multi Excerpts|name=Information two page one|nopanel=true}

You can define as many excerpts as needed on a single page with the multi-excerpt macro. You can include a multi-excerpt from a page in another space, but the pageTitle beomes "spacykey:pageName" like this:

{multi-excerpt-include:spaceKey:pageName|name=excerptName|nopanel=true}

If you include multi-excerpts inside one another (nest them) bulleted lists will not render properly. Links in a multi-excerpt include may not render properly in another multi-excerpt include.

{scrollbar:icons=false}