30 lines
963 B
Text
30 lines
963 B
Text
== New variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**rougail.condition** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
|
A condition. +
|
|
**Default**: false
|
|
|
|
|
|
|
**rougail.var1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
|
A first variable.
|
|
|
|
|
|
|
**rougail.var3** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
A second variable. +
|
|
**Hidden**: when the variable "rougail.condition" is defined and has the value "true".
|
|
|
|
|
|
|
**rougail.var4** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
A forth variable. +
|
|
**Hidden**: when the variable "rougail.condition" is defined and has the value "true".
|
|
|====
|
|
|