aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/conditional
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-15 07:01:18 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-08-15 07:01:18 +0000
commitfedca9df9628eedd1bd7dd73df904ef8e18d5d0a (patch)
treefc84ec40f857fb1034a027fe67e017f4d078a7d5 /doc/plugins/conditional
parent4b3a11ee6c15f097422ad897fe97a79e5890ca8d (diff)
downloadikiwiki-fedca9df9628eedd1bd7dd73df904ef8e18d5d0a.tar
ikiwiki-fedca9df9628eedd1bd7dd73df904ef8e18d5d0a.tar.gz
web commit by tschwinge: Doesn't work as suggested.
Diffstat (limited to 'doc/plugins/conditional')
-rw-r--r--doc/plugins/conditional/discussion.mdwn10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn
index fb607420a..2c0f529ec 100644
--- a/doc/plugins/conditional/discussion.mdwn
+++ b/doc/plugins/conditional/discussion.mdwn
@@ -9,6 +9,12 @@ is supposed to have *no* blank lines between...
* *Todo* and **Mach**,
* **Mach** and **Mig**.
--- [[tschwinge]]
+--[[tschwinge]]
-> The blank lines in this example are coming from the newline after `then="`, and also from the newline before the close quote. If you remove those newlines, I think it should work. --[[Joey]] \ No newline at end of file
+> The blank lines in this example are coming from the newline after `then="`, and also from the newline before the close quote. If you remove those newlines, I think it should work. --[[Joey]]
+
+>> No, that's unfortunately not it, see here:
+>> [[if test="enabled(trallala)" then="foot"]]
+>> Continued. But on the other
+>> [[if test="enabled(trallala)" then="foot" else="hand:"]]
+>> Continued. --[[tschwinge]]