Name

unless —

ATTRIBUTES

Attribute Pos. Req. Default Description
interpolate     0 interpolate output?
hide     0 Hide the tag return value?

DESCRIPTION

BEHAVIOR

This tag does not appear to be affected by, or affect, the rest of Interchange.

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

unless is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: lib/Vend/Interpolate.pm
Lines: 2828

sub tag_unless {
return tag_self_contained_if(@_, 1) if defined $_[4];
return tag_if(@_, 1);
}

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!