benjamin.harris 03e610b9d3 First commit 6 роки тому
..
changelog.txt 03e610b9d3 First commit 6 роки тому
license.txt 03e610b9d3 First commit 6 роки тому
readme.txt 03e610b9d3 First commit 6 роки тому

readme.txt

-----------
Snippet: If
-----------
Version: 1.0
Created: October 29, 2009
Author: Jason Coward
Shaun McCormick

A simple Conditional snippet.

Examples:
[[If?
&subject=`[[+name]]`
&operator=`notempty`
&then=`Hello, [[+name]]!`
&else=`Hello, anonymous!`
]]

[[If?
&subject=`[[*scoreTV]]`
&operator=`GT`
&operand=`100`
&then=`You win!`
&else=`Not high enough. Try again!`
]]