blob: b967e74d46b2aa4047938b830172099758459c0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[[!if test="enabled(brokenlinks)"
then="In diesem Wiki ist die Direktive: brokenlinks **aktiviert**."
else="In diesem Wiki ist die Direktive: brokenlinks **nicht aktiv**; falls dies gewünscht wird, den Admin benachrichtigen."]]
---
The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks desc=brokenlinks]] plugin.
This directive generates a list of broken links on pages in the wiki. This is
a useful way to find pages that still need to be written, or links that
are written wrong.
The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
pages to search for broken links, default is search them all.
Example:
\[[!brokenlinks pages="* and !recentchanges"]]
[[!meta robots="noindex, follow"]]
|