2024-07-10 21:27:48 +02:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
var: # a suffix variable
- val1
- val2
2024-11-06 17:39:13 +01:00
dyn{{ identifier }}:
2024-07-10 21:27:48 +02:00
description: a dynamic family
dynamic:
variable: _.var
leadership:
description: a leadership
type: leadership
leader:
description: a leader
multi: true
follower1:
description: a follower1
mandatory: false
follower2:
description: a follower2
mandatory: false
```
# Variables
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2024-11-06 17:39:13 +01:00
| **var** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | A suffix variable.< br /> **Défaut**: < br /> - val1< br /> - val2 |
2024-07-10 21:27:48 +02:00
## a dynamic family
`basic`
This family builds families dynamically.
2024-11-06 17:39:13 +01:00
**Identifiers**: la valeur de la variable "var".
2024-07-10 21:27:48 +02:00
### a leadership
`basic`
This family contains lists of variable blocks.
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2024-11-06 17:39:13 +01:00
| **dynval1.leadership.leader** ou **dynval2.leadership.leader** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | A leader. |
2024-07-10 21:27:48 +02:00
| **dynval1.leadership.follower1** ou **dynval2.leadership.follower1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower1. |
| **dynval1.leadership.follower2** ou **dynval2.leadership.follower2** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A follower2. |