NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 46 Next »

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:

Error rendering macro 'excerpt-include'

No link could be created for 'WikiTrainFAQsTips:Page with Second Excerpt'.

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:

Unknown macro: {multi-excerpt-include}
Unknown macro: {multi-excerpt-include}

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.

  • No labels