X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/becacc5566bfa841f907b51f36d0034081842752..d4f787ef528d9947473b4b99d1088b647d615200:/doc/plugins/fortune.mdwn

diff --git a/doc/plugins/fortune.mdwn b/doc/plugins/fortune.mdwn
index f4c45a921..9966f456d 100644
--- a/doc/plugins/fortune.mdwn
+++ b/doc/plugins/fortune.mdwn
@@ -1,14 +1,13 @@
-This just uses the `fortune` program to insert a fortune into the page.
-Usage:
+[[!template id=plugin name=fortune author="[[Joey]]"]]
+[[!tag type/fun]]
 
-	\[[fortune ]]
+This plugin implements the [[ikiwiki/directive/fortune]] [[ikiwiki/directive]].
+This directive  uses the `fortune` program to insert a fortune into the page.
 
-This plugin is included in ikiwiki, but not enabled by default.
-
-If this plugin is enabled, here's a fortune for you:
+[[!if test="enabled(fortune)" then="""
+Here's a fortune for you:
 
 ----
 
-[[fortune ]]
-
-[[tag type/fun]]
+[[!fortune ]]
+"""]]