You are here: Foswiki>System Web>Category>UserDocumentationCategory>Macros>VarIF (2024-12-23, UnknownUser)Edit Attach
Evaluate a condition and show one text or another based on the result. See details in IfStatements.
Parameter | Description | Default |
---|---|---|
"condition" | Condition to test | |
then | String to expand if the condition evaluates to true | |
else | String to expand if the condition evaluates to false |
%IF{"CONDITION" then="THEN" else="ELSE"}%
shows"THEN"
if "CONDITION"
evaluates to TRUE
, otherwise "ELSE"
will be shown %IF{"defined FUNFACTOR" then="FUNFACTOR is defined" else="FUNFACTOR is not defined" }%
renders as
FUNFACTOR is not defined
Edit | Attach | Print version | History: r1 | Backlinks | View wiki text | Edit wiki text | More topic actions
Topic revision: r1 - 2024-12-23, UnknownUser
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback