2024-07-10 21:27:48 +02:00
---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
2024-11-06 17:39:13 +01:00
2024-07-10 21:27:48 +02:00
var1:
description: the first variable
test:
- test
2024-11-06 17:39:13 +01:00
2024-07-10 21:27:48 +02:00
var2:
description: the second variable
test:
- test
default: value
2024-11-06 17:39:13 +01:00
2024-07-10 21:27:48 +02:00
var3:
description: the third variable
test:
- test1
- test2
2024-11-06 17:39:13 +01:00
2024-07-10 21:27:48 +02:00
var4:
description: the forth variable
test:
-
- test1
- test2
2024-11-06 17:39:13 +01:00
mandatory: false
2024-07-10 21:27:48 +02:00
var5:
description: the fifth variable
2024-11-06 17:39:13 +01:00
type: boolean
2024-07-10 21:27:48 +02:00
test:
- false
2024-11-06 17:39:13 +01:00
var6:
description: the sixth variable
multi: true
test:
- test1
- test2
```
# Variables pour "rougail"
2024-07-10 21:27:48 +02:00
2024-11-06 17:39:13 +01:00
| Variable | Description |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.var1** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable.< br /> **Exemple**: test |
| **rougail.var2** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The second variable.< br /> **Défaut**: value< br /> **Exemple**: test |
| **rougail.var3** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The third variable.< br /> **Exemple**: test1 |
| **rougail.var4** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | The forth variable.< br /> **Exemple**: None |
| **rougail.var5** < br /> [`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | The fifth variable.< br /> **Défaut**: True< br /> **Exemple**: False |
| **rougail.var6** < br /> [`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | The sixth variable.< br /> **Exemples**: < br /> - test1< br /> - test2 |
2024-07-10 21:27:48 +02:00