Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Compatible with DokuWiki
Find Orphan pages, Wanted pages with reference counts. Also shows reference counts for linked pages (previous authors: Doug Edmunds)
Similar to displayorphans, multiorphan, orphanmedia, unusedmedias
Tagged with links, listing, maintenance, orphan, search
Originally by Doug Edmunds.
Use this plugin to find orphan pages and wanted pages.
OrphansWanted show which pages are:
Each table shows the reference count and a link to backlinks.
Basic usage is to place one of the following four lines into the page markup:
~~ORPHANSWANTED:orphans~~ ~~ORPHANSWANTED:wanted~~ ~~ORPHANSWANTED:valid~~ ~~ORPHANSWANTED:all~~ << makes all three tables
Anything other than these 4 words will generate a syntax error message.
Enhanced usage excludes some namespaces, each prefixed with an exclamation point '!' (think 'not')
~~ORPHANSWANTED:orphans|wanted|valid|all[!namespace!another!one:with:subspaces]~~
Example – exclude one namespace:
Shows wanted pages, but none that are under the wiki:
namespace
~~ORPHANSWANTED:wanted!wiki~~
Example – exclude multiple namespaces:
Shows orphan pages, but none in the wiki:
or in the sys:personal:
namespaces
~~ORPHANSWANTED:orphans!wiki!sys:personal~~
Please check GitHub for most recent version; and please comment on the GitHub version using GitHub 'issues' mechanism. Comments and issues below apply to the code included on the page below.
Please raise bugs and requests for enhancements in GitHub. This page is not routinely monitored, so comments here may languish forever.
I've just installed and tested the Orphanswanted Plugin in my dokuwiki running Weatherwax. Works like a charm, no display issues between Firefox 21.0 and IE 8.0 (don't laugh at me). - Steve
I confirm that it works wonderfully in dokuwiki Detritus (just tried firefox) — arimane 2015-11-23 04:56
I've had this installed before, and didn't have this appear, but after changing permissions to get the plugin to work in a different installment, I'm noticing all of this:
Is there any way to prevent this from appearing? -Kendra
Yes - turn off debugging mode. You're seeing these messages because you have the global config item 'allowdebug' checked in the config manager (in the back-end, set to 1 or some other value which PHP will evaluate as true).