2024-07-10 21:27:48 +02:00
|
|
|
---
|
|
|
|
gitea: none
|
|
|
|
include_toc: true
|
|
|
|
---
|
|
|
|
# dictionaries/rougail/01-base.yml
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
version: '1.1'
|
|
|
|
family:
|
|
|
|
var2:
|
|
|
|
description: The second variable
|
|
|
|
```
|
|
|
|
# dictionaries/rougail/00-base.yml
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
version: '1.1'
|
|
|
|
family:
|
|
|
|
description: A family
|
|
|
|
var1:
|
|
|
|
description: The first variable
|
|
|
|
```
|
|
|
|
# Variables
|
|
|
|
|
|
|
|
## A family
|
|
|
|
|
|
|
|
`basic`
|
|
|
|
|
2024-11-06 17:39:13 +01:00
|
|
|
| Variable | Description |
|
|
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
|
| **family.var1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The first variable. |
|
|
|
|
| **family.var2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | The second variable. |
|
2024-07-10 21:27:48 +02:00
|
|
|
|
|
|
|
|