]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/fortune.mdwn
po(change): fix uninitialized variables when running IkiWiki::refresh()
[ikiwiki.git] / doc / plugins / fortune.mdwn
index b855c18f3a5f0414f3c5b07b089f2f25fc5fd74c..9966f456da05b35a00fba722b338d8eb8edfffdb 100644 (file)
@@ -1,15 +1,13 @@
-[[template id=plugin name=fortune author="[[Joey]]"]]
-[[tag type/fun]]
+[[!template id=plugin name=fortune author="[[Joey]]"]]
+[[!tag type/fun]]
 
-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 ]]
 """]]