Plugin Wanted Pages
This wiki plugin lists the location of links to pages that have not been created yet ("wanted pages"), sorted either by wanted page or by page where the link is found.
Parameters
Tiki Doc From Code error: wantedpages not found
Notes
The data for this plugin is taken from the table 'tiki_links'.
- Link Syntax - In order for the 'tiki_links' table to be populated it is important that the ((page_name)) syntax be used when referencing an internal wiki page. It is possible to create a link to an internal wiki page using the syntax [page_name] , but that syntax should be avoided, and it will not produce data in the 'tiki_links' table.
- Best Results - for best results, enable the WikiWordsPlugin, I found that if this plugin is not enabled, several desired page links will be recorded in the 'tiki_links' table, but not displayed in the list result of this plugin.
- Also note that this plugin may produce undesired results when page aliases are used.
Examples
Wanted pages can be displayed two ways:
This code:
Copy to clipboard
{WANTEDPAGES(skipext="1" table="co" level="custom")}([A-Za-z0-9_])([\.: A-Za-z0-9,_\-])*([A-Za-z0-9_]){WANTEDPAGES}
Will produce on this site:
This code:
Copy to clipboard
{WANTEDPAGES(skipext="1" table="co" collect="to" level="custom")}([A-Za-z0-9_])([\.: A-Za-z0-9,_\-])*([A-Za-z0-9_]){WANTEDPAGES}
Will produce on this site:
Related pages