]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/fortune.mdwn
(no commit message)
[ikiwiki.git] / doc / plugins / fortune.mdwn
index caa002aed6f9e67b3192329d6519d52ed4c1c639..3cb125ac12eeee4b20f789f107bab862d983e948 100644 (file)
@@ -1,15 +1,14 @@
-[[template id=plugin name=fortune included=1 author="[[Joey]]"]]
-[[tag type/fun]]
+[[!template id=plugin name=fortune author="[[Joey]]"]]
+[[!tag type/fun]]
+[[!tag type/widget]]
 
-This just uses the `fortune` program to insert a fortune into the page.
-Usage:
+This plugin implements the [[ikiwiki/directive/fortune]] [[ikiwiki/directive]].
+This directive  uses the `fortune` program to insert a fortune into the page.
 
-       \[[fortune ]]
-
-[[if test="enabled(fortune)" then="""
+[[!if test="enabled(fortune)" then="""
 Here's a fortune for you:
 
 ----
 
-[[fortune ]]
+[[!fortune ]]
 """]]