2025-11-12 19:33:56 +01:00
# Rougail
2025-11-10 14:01:45 +01:00
2025-11-12 19:33:56 +01:00
> **🛈 Informations**
>
> **rougail**\
> `standard`
2025-11-10 14:01:45 +01:00
2025-10-02 08:38:43 +02:00
| Variable | Description |
2025-04-01 19:42:45 +02:00
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2025-11-12 19:33:56 +01:00
| **rougail.var1** < br /> [`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.< br /> **Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$"< br /> **Default**: #a1a1a1 < br /> **Examples**: < br /> • #b1b1b1 < br /> • #b2b2b2 |
| **rougail.var2** < br /> [`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.< br /> **Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$"< br /> **Default**: the value of the variable "rougail.var1"< br /> **Examples**: < br /> • #b2b1b1 < br /> • #b3b2b2 |
2025-04-01 19:42:45 +02:00