Renderer for [[iftags]]...[[/iftags]] conditional blocks.
Wikidot's iftags construct conditionally renders content based on
whether the current page's tags match a condition string. The condition
supports three kinds of tag tokens:
+tag -- required: the tag must be present
-tag -- excluded: the tag must NOT be present
tag (no prefix) -- optional group: at least one unprefixed tag must be present
All three categories must independently be satisfied for the condition
to evaluate to true.
Renderer for
[[iftags]]...[[/iftags]]conditional blocks.Wikidot's
iftagsconstruct conditionally renders content based on whether the current page's tags match a condition string. The condition supports three kinds of tag tokens:+tag-- required: the tag must be present-tag-- excluded: the tag must NOT be presenttag(no prefix) -- optional group: at least one unprefixed tag must be presentAll three categories must independently be satisfied for the condition to evaluate to true.