|
Cookbook /
BacklinksSummary: List pages with links to a target
Version: n/a
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:
Shouldn't this recipe be obsoleted and redirect to PmWiki.PageLists#pagelistlink? —Eemeli Aro August 10, 2009, at 03:42 AM See AlsoContributorsUser notes +1: If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |