mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Reformat documentation
This commit is contained in:
10
docs/en/mods/in.md
Normal file
10
docs/en/mods/in.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Modifier in
|
||||
===========
|
||||
|
||||
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
|
||||
|
||||
```smarty
|
||||
{if $number|in:[1, 3, 42]}
|
||||
...
|
||||
{/if}
|
||||
```
|
||||
Reference in New Issue
Block a user