Wiki Template, Special Associated Pages Section

This section displays a list of pages that link to the current article as outlined below:

Wiki Associated Pages

In addition to the variables in the Wiki Page section, the Special Associated Pages section has:

Variable Pairs

header

{header}
content before listing articles.
{/header}

This variable will display content before the articles are listed.

footer

{footer}
content after listing articles.
{/footer}

This variable will display content after the articles are listed.

Conditional Variables

if no_results

{if no_results}

Test if there are any results. This is typically used display alternate content if there are no associated pages.

Single Variables

article_title

{article_title}

Displays the page title of the originating article.

count

{count}

"count" of the article currently being displayed

path:view_article

{path:view_article}

Displays a URL to View Article.

path:view_orig_article

{path:view_orig_article}

Displays a URL to View the original article.

switch=

{switch="option_one|option_two|option_three"}

This variable permits you to rotate through any number of values as the articles are displayed. The first article will use "option_one", the second will use "option_two", the third "option_three", the fourth "option_one", and so on.

Multiple instances of the {switch=} tag may be used and the system will intelligently keep track of each one.

title

{title}

Displays the title of an article.

Top of Page