Документ взят из кэша поисковой машины. Адрес оригинального документа : http://wiki.cmc.msu.ru/System/VarIF
Дата изменения: Unknown
Дата индексирования: Sat Apr 9 22:24:56 2016
Кодировка: koi8-r
VarIF < System < Foswiki

IF{"condition" ...} -- simple conditionals

  • Evaluate a condition and show one text or another based on the result. See details in IfStatements
  • Syntax:
    %IF{"CONDITION" then="THEN" else="ELSE"}%
    shows
    "THEN" if "CONDITION" evaluates to TRUE, otherwise "ELSE" will be shown
  • Example:
     %IF{"defined FUNFACTOR"
       then="FUNFACTOR is defined"
       else="FUNFACTOR is not defined"
     }%
    renders as
    FUNFACTOR is not defined
  • Related: $IF() of SpreadSheetPlugin
Topic revision: r1 - 19 Sep 2010, ProjectContributor
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this site is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback