2007-02-13 19:51:21 +01:00
|
|
|
[[template id=plugin name=orphans author="[[Joey]]"]]
|
2006-08-23 07:41:07 +02:00
|
|
|
[[tag type/meta]]
|
|
|
|
|
2006-08-10 06:11:58 +02:00
|
|
|
This plugin generates a list of possibly orphaned pages -- pages that no
|
|
|
|
other page links to.
|
2006-05-02 08:15:31 +02:00
|
|
|
|
2007-12-08 21:59:08 +01:00
|
|
|
The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
|
|
|
|
pages to check for orphans, default is search them all.
|
2006-05-02 08:15:31 +02:00
|
|
|
|
2006-05-04 00:42:19 +02:00
|
|
|
Note that it takes [[BackLinks]] into account, but does not count inlining a
|
2006-05-02 08:15:31 +02:00
|
|
|
page as linking to it, so will generally count many blog-type pages as
|
|
|
|
orphans.
|
|
|
|
|
2007-02-12 03:44:47 +01:00
|
|
|
[[if test="enabled(orphans)" then="""
|
|
|
|
Here's a list of orphaned pages on this wiki:
|
2006-05-02 08:15:31 +02:00
|
|
|
|
2007-07-25 05:36:53 +02:00
|
|
|
[[orphans pages="* and !news/* and !todo/* and !bugs/* and !users/* and
|
2008-01-29 21:05:49 +01:00
|
|
|
!recentchanges and !examples/* and !tips/* and !sandbox/* and
|
|
|
|
!wikiicons/* and !plugins/*"]]
|
2007-02-12 03:44:47 +01:00
|
|
|
"""]]
|