Loading...
 
Skip to main content

History: PluginBacklinks

Source of version: 23 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # Plugin Backlinks

This ((wiki plugin)) will list all pages that link to a specific page in the site. Information about the pages may also be displayed.

## Parameters

{pluginmanager plugin="backlinks"}

## Examples

### Table

If page information (such as hits or user) is specified, then a simple table will be produced. So this code, 
{CODE(wrap="1" colors="tiki")}
{backlinks page="Documentation" info="hits|user" exclude="SandBox"}
{CODE} 
*Would produce on this site:*
{backlinks page="Documentation" info="hits|user" exclude="SandBox"}

### Bullet list

If only the page name is to be listed, then a bulleted list is produced. So this code, 
{CODE(wrap="1" colors="tiki")}
{backlinks}
{CODE} 
*Would produce on this site:*
{backlinks}