Using ReferringPagesPlugin

Last modified: 4/23/2026

Using ReferringPagesPlugin

The ReferringPagesPlugin displays a list of pages that link to the current page (backlinks). It helps you discover which pages reference the current page, creating a "what links here" feature useful for understanding page relationships and finding related content. See Plugins for a complete list of available plugins.

Syntax

[{ReferringPagesPlugin}] renders as:

Parameters

All parameters are optional:

ParameterTypeDefaultDescription
pagestringcurrent pageShow references to this page instead
maxnumber10Maximum pages to display
showstringlistOutput mode: list or count
beforestringText placed before each link
afterstringText placed after each link

Examples

Count only

[This page is referenced by <span data-jspwiki-placeholder="d86894d9-7"></span> pages.] renders as:

This page is referenced by 1 pages.

Limited results

[{ReferringPagesPlugin max=3}] renders as:

Bullet list format

[{ReferringPagesPlugin before='* ' after='\n'}] renders as:

References to a specific page

[{ReferringPagesPlugin page='Plugins'}] renders as:

No pages currently refer to this page.

Output

See Using UndefinedPagesPlugin to find pages that are linked but not yet created, and Using IndexPlugin for an alphabetical page index.