aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/conditional
diff options
context:
space:
mode:
authorThiana <Thiana@web>2010-03-09 03:55:28 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-03-09 03:55:28 +0000
commit20635d3610619814e3c36bec913d53cb83d41640 (patch)
tree71d8e0769c8ee4185ce1da34835fa83de6573868 /doc/plugins/conditional
parent857bcb33eeaa2bc503630646e5a01376f0e8b5b5 (diff)
downloadikiwiki-20635d3610619814e3c36bec913d53cb83d41640.tar
ikiwiki-20635d3610619814e3c36bec913d53cb83d41640.tar.gz
Clarification request
Diffstat (limited to 'doc/plugins/conditional')
-rw-r--r--doc/plugins/conditional/discussion.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/plugins/conditional/discussion.mdwn b/doc/plugins/conditional/discussion.mdwn
index 09e3df923..6e84fdfc1 100644
--- a/doc/plugins/conditional/discussion.mdwn
+++ b/doc/plugins/conditional/discussion.mdwn
@@ -8,6 +8,19 @@ Using \[\[!if test="tagged(plugin)" then="= Tagged as plugin =" else="*No plugin
> so tagging a large number of pages with a tag that doesn't exist (which change has
> been reverted) doesn't make the pagespec match. It would if the tag's page existed. --[[Joey]]
+>> So if I understand this correctly... Assuming the tags Tag_A and Tag_B, the existence of
+>> @wiki-home@/tags/Tag_A.creole, and a number of files with a \[\[!tag Tag_A Tag_B]] the
+>> following is correct?
+>>
+>> * \[\[!if test="tagged(Tag_A)" then="OK" else="Fail"]] => OK
+>> * \[\[!if test="tagged(Tag_B)" then="OK" else="Fail"]] => Fail
+>> * \[\[!if test="tagged(Tag_A) and tagged(Tag_B)" then="OK" else="Fail"]] => Fail
+>>
+>> Is that the expected behaviour? If so, that's not what I'm seeing here since they all result
+>> in a Fail. If not, what exactly is wrong with those conditionals? Thanks.
+>>
+>> -- Thiana
+
----
Would there be a way for this plugin to emit fewer blank lines (i.e. *none at all*)?