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
List all pages and tracker items that link to a particular pageIntroduced in Tiki 1.
Go to the source code
Preferences required: feature_wiki, wikiplugin_backlinks
| Parameters | Accepted Values | Description | Default | Since |
|---|---|---|---|---|
info |
text separator: | |
Pipe separated list of fields to display. ex: hits|user | 1 | |
noheader |
(blank) 0 1 |
With or without header (default is with header) | 0 | 1 |
page |
pagename | The page links will point to. Default value is the current page. | 1 | |
exclude |
pagename separator: | |
Pipe-separated list of pages to be excluded from the listing, for example:
HomePage|Sandbox |
1 | |
include_self |
(blank) 1 0 |
With or without self-link (default is without) | 0 | 1 |
Examples
Table
If page information (such as hits or user) is specified, then a simple table will be produced. So this code,
Copy to clipboard
{backlinks page="Documentation" info="hits|user" exclude="SandBox"}
Would produce on this site:
7 pages link to Documentation
| Page | Hits | User |
|---|---|---|
| Preferences Report 12 June 2026 | 653 | usbbush |
| Restore Help Pages | 31290 | alain.cisirika |
| Tutorials | 292221 | luci |
| Contacts | 53861 | Baraka24 |
| 설치 | 11475 | josue.zirimwabagabo |
| Installation,de | 16120 | josue.zirimwabagabo |
| All the Documentation | 808277 | marclaporte |
One tracker item links to Documentation
Bullet list
If only the page name is to be listed, then a bulleted list is produced. So this code,
Copy to clipboard
{backlinks}
Would produce on this site:
10 pages link to PluginBacklinks