2025-09-28 15:53:31 +02:00
|
|
|
[cols="1a,1a"]
|
|
|
|
|
|====
|
|
|
|
|
| Variable | Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**condition** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
|
|
|
|
A condition. +
|
|
|
|
|
**Default**: false
|
|
|
|
|
|
|
|
|
|
|
|
2025-09-29 21:18:55 +02:00
|
|
|
**var1** +
|
2025-10-03 08:22:14 +02:00
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
|
|
|
|
A first variable.
|
2025-09-29 21:18:55 +02:00
|
|
|
|
|
|
|
|
|
|
2025-09-28 15:53:31 +02:00
|
|
|
**var3** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
|
|
|
A second variable. +
|
2025-10-29 10:46:57 +01:00
|
|
|
**Hidden**: when the variable "condition" is defined and has the value "true"
|
2025-09-28 15:53:31 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**var4** +
|
|
|
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `__hidden__` |
|
|
|
|
|
A forth variable. +
|
2025-10-29 10:46:57 +01:00
|
|
|
**Hidden**: when the variable "condition" is defined and has the value "true"
|
2025-09-28 15:53:31 +02:00
|
|
|
|====
|
|
|
|
|
|