|
Cookbook /
BacklinksSummary: List pages with links to a target
Version:
Prerequisites: pmwiki-2.0.0
Status: Documentation Maintainer: Pm
Votes:
Question
DescriptionPmWiki implements backlinks using the pagelist directive and its
Here's a way to create a simple list of links back to the current page:
Here is a link you could include in your SideBar or as an "action link" in one of your skin's menus, as done on this site with the Gemini, FixFlow, and Lens skins. You can get a list of pages linking to the current page with just a click:
To include such a link in a skin template which does not use wiki pages for configuration of action links, you can add the following code to the skin template: <a href='$PageUrl?action=search&q=link=$FullName'>$[Backlinks]</a>
NotesCommentsThe fmt=simple parameter works nicely in SideBar and "action" links:
See AlsoContributors |