2024-11-15 08:13:45 +01:00
# Variables for "Rougail"
2024-07-10 21:27:48 +02:00
2025-10-02 08:38:43 +02:00
**rougail**
`standard`
| Variable | Description |
2024-11-07 22:51:28 +01:00
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.var** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A suffix variable.< br /> **Default**: < br /> - val1< br /> - val2 |
2024-07-10 21:27:48 +02:00
2025-10-14 12:58:39 +02:00
## A dynamic family
2024-07-10 21:27:48 +02:00
This family builds families dynamically.
2025-10-02 08:19:18 +02:00
**rougail.my_dyn_family_*val1***< br / > **rougail.my_dyn_family_*val2***
`standard`
2024-11-07 22:51:28 +01:00
**Identifiers**: the value of the variable "rougail.var".
2024-07-10 21:27:48 +02:00
2024-11-07 22:51:28 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2024-11-15 08:13:45 +01:00
| **rougail.my_dyn_family_*val1*.var** < br /> **rougail.my_dyn_family_*val2*.var**< br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable inside a dynamic family.< br /> **Default**: the value of the identifier. |
2024-07-10 21:27:48 +02:00
2024-11-07 22:51:28 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2025-04-25 14:17:07 +02:00
| **rougail.var2** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | A variable.< br /> **Default**: < br /> - the value of the variable "rougail.my_dyn_family_*val1*.var"< br /> - the value of the variable "rougail.my_dyn_family_*val2*.var" |
2024-07-10 21:27:48 +02:00