NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar:icons=false}

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

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

Children Display

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

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 with one line of text. The page is a child of this one.

Include Page
Test Page To Include
Test Page To Include

The markup is:

Code Block
{include:Test Page To Include}

Excerpt Macro Example

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

This is the markup:

Code Block
{excerpt-include:Page with Second Excerpt}

The markup is rendered as follows:

Excerpt Include
Page with Second Excerpt
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:

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

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

Code Block
{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:

Wiki Markup
{multi-excerpt-include:pageTitle=Page with Multi Excerpts|name=Information one page one|nopanel=true}
Wiki Markup
{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:

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

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.

Wiki Markup
{scrollbar:icons=false}