]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/fortune.mdwn
Migrate doc/plugins via prefix_directives
[git.ikiwiki.info.git] / doc / plugins / fortune.mdwn
index 65aa355cdbea0611e4d3b37642786cbbfd838338..d8130d631bbfdb3644090157e823abf01995efae 100644 (file)
@@ -1,13 +1,15 @@
-[[template id=plugin name=fortune included=1 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:
 
        \[[fortune ]]
 
-If this plugin is enabled, here's a fortune for you:
+[[!if test="enabled(fortune)" then="""
+Here's a fortune for you:
 
 ----
 
-[[fortune ]]
+[[!fortune ]]
+"""]]