aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/orphans.mdwn
blob: 09ad0a51d695ffc81b627bfde74d3f45348ccc78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!template id=plugin name=orphans author="[[Joey]]"]]
[[!tag type/meta]]
[[!tag type/widget]]

This plugin provides the [[ikiwiki/directive/orphans]]
[[ikiwiki/directive]], which generates a list of possibly orphaned pages --
pages that no other page links to.

[[!if test="enabled(orphans)" then="""
Here's a list of orphaned pages on this wiki:

[[!orphans pages="* and !news/* and !todo/* and !bugs/* and !users/* and
!recentchanges and !examples/* and !tips/* and !sandbox/* and !templates/* and
!forum/* and !*.js and
!wikiicons/* and !plugins/*"]]
"""]]