Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
8e58873ea9 |
1 changed files with 2 additions and 0 deletions
|
@ -7,7 +7,9 @@
|
|||
Implemented "IF", "ELSEIF", "ELSE", "ENDIF", and "INDEX" for templates.
|
||||
|
||||
IF is used like: `{{{!IF Variable==SomeString}}}`.
|
||||
Not equals can also be used: `{{{!IF Variable!=OtherString}}}`.
|
||||
ELSEIF is used like: `{{{!ELSEIF Variable==AnotherString}}}`.
|
||||
Not equals can also be used: `{{{!ELSEIF Variable!=AnotherOtherString}}}`.
|
||||
ELSE is used like: `{{{!ELSE}}}`.
|
||||
ENDIF is used like: `{{{!ENDIF}}}`.
|
||||
INDEX is used like: `{{{!INDEX ArrayVar[2]}}}`.
|
||||
|
|
Loading…
Reference in a new issue