28 lines
801 B
Text
28 lines
801 B
Text
|
|
== New variables
|
||
|
|
|
||
|
|
[cols="1a,1a"]
|
||
|
|
|====
|
||
|
|
| Variable | Description
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.condition** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
||
|
|
A condition. +
|
||
|
|
**Default**: no
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.var1** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `__hidden__` |
|
||
|
|
A first variable. +
|
||
|
|
**Default**: returns the condition value. +
|
||
|
|
**Hidden**: if condition is yes.
|
||
|
|
|
|
||
|
|
|
||
|
|
**rougail.var2** +
|
||
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `__hidden__` |
|
||
|
|
A second variable. +
|
||
|
|
**Default**: returns the condition value. +
|
||
|
|
**Hidden**: if condition is yes.
|
||
|
|
|====
|
||
|
|
|