mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Update doc for macros
This commit is contained in:
parent
0fcc5463e8
commit
47eefb00b8
@ -20,7 +20,15 @@ Tag {macro} [RU]
|
|||||||
{macro.plus x=$num y=100}
|
{macro.plus x=$num y=100}
|
||||||
```
|
```
|
||||||
|
|
||||||
На данный момент рекурсивный вызов макроса не поддерживается.
|
Во время рекурсивного вызова используйте суффикс macro что бы обратиться к текущему макросу:
|
||||||
|
|
||||||
|
```smarty
|
||||||
|
{macro plus(x, y, z=0)}
|
||||||
|
...
|
||||||
|
{macro.plus x=2 y=4}
|
||||||
|
...
|
||||||
|
{/macro}
|
||||||
|
```
|
||||||
|
|
||||||
### {import}
|
### {import}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user