diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 17:29:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-11 17:29:08 -0400 |
commit | 1b55d7879489a11ed37cb339f5f64bc2a362c721 (patch) | |
tree | 0ce28fa496b38493efe3bc52f283f2e12814ebab /underlays/basewiki | |
parent | c3d77f9ce9d0f183e4d115b6a696dd8eb4530b51 (diff) |
move example back to plugin
Diffstat (limited to 'underlays/basewiki')
-rw-r--r-- | underlays/basewiki/directive/fortune.mdwn | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/underlays/basewiki/directive/fortune.mdwn b/underlays/basewiki/directive/fortune.mdwn index 36e0b5733..8d07be5df 100644 --- a/underlays/basewiki/directive/fortune.mdwn +++ b/underlays/basewiki/directive/fortune.mdwn @@ -1,14 +1,6 @@ The `fortune` directive is supplied by the [[!iki plugins/fortune]] plugin. -This just uses the `fortune` program to insert a fortune into the page. +This just uses the `fortune` program to insert a fortune cookie into the page. Usage: \[[!fortune ]] - -[[!if test="enabled(fortune)" then=""" -Here's a fortune for you: - ----- - -[[!fortune ]] -"""]] |