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
h2. Excerpt Macro
Determines a piece of text or code to be included on another page.
h4. Macro Code
{code}
{excerpt} content to be excerpted. {excerpt}
{code}

h4. Parameters
|| Name || Required || Default || Description ||
|| hidden | (x) | false | Determines whether the excerpted text will appear on the page it is being taken from. |

h2. Excerpt-include Macro
Include the portion of text or code specified between the "excerpt" tags.

h4. Macro Code
{code}
{excerpt-incude:NAME OF PAGE}
{code}

h4. Parameters
|| Name || Required || Default || Description ||
|| nopanel || (x) | false | Controls whether the square panel border around the excerpt should be removed. Also controls whether the 
name of the page where the 'excerpted' content is being pulled from is displayed. |

h2. Include Macro
Displays an entire page on another page.
h4. Macro Code
{code}
{include:SPACEKEY:NAME OF PAGE}
{code}