2025-09-28 15:53:31 +02:00
# Variables for "Rougail"
2025-10-02 08:38:43 +02:00
**rougail**
`standard`
| Variable | Description |
2025-09-28 15:53:31 +02:00
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.condition** < br /> [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.< br /> **Default**: false |
2025-10-03 08:22:14 +02:00
| **rougail.var1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A first variable. |
2025-09-29 21:18:55 +02:00
| **rougail.var3** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`hidden`* | A second variable.< br /> **Hidden**: when the variable "rougail.condition" is defined and has the value "true". |
| **rougail.var4** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` *`hidden`* | A forth variable.< br /> **Hidden**: when the variable "rougail.condition" is defined and has the value "true". |
2025-09-28 15:53:31 +02:00