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