57 lines
9.8 KiB
Markdown
57 lines
9.8 KiB
Markdown
|
---
|
||
|
gitea: none
|
||
|
include_toc: true
|
||
|
---
|
||
|
# dictionaries/rougail/00-base.yml
|
||
|
|
||
|
```yaml
|
||
|
---
|
||
|
general:
|
||
|
mode_conteneur_actif:
|
||
|
type: string
|
||
|
description: No change
|
||
|
default: non
|
||
|
general1:
|
||
|
leader:
|
||
|
description: leader
|
||
|
type: leadership
|
||
|
leader:
|
||
|
type: string
|
||
|
description: leader
|
||
|
follower1:
|
||
|
type: string
|
||
|
description: follower1
|
||
|
follower2:
|
||
|
type: string
|
||
|
description: follower2
|
||
|
version: '1.0'
|
||
|
```
|
||
|
# Variables pour "rougail"
|
||
|
|
||
|
## rougail.general
|
||
|
|
||
|
`standard`
|
||
|
|
||
|
| Variable | Description |
|
||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||
|
| **rougail.general.mode_conteneur_actif**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | No change.<br/>**Défaut**: non |
|
||
|
|
||
|
## rougail.general1
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
### rougail.general1.leader
|
||
|
|
||
|
`basic`
|
||
|
|
||
|
|
||
|
This family contains lists of variable blocks.
|
||
|
|
||
|
| Variable | Description |
|
||
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||
|
| **rougail.general1.leader.leader**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` `unique` `multiple` | Leader. |
|
||
|
| **rougail.general1.leader.follower1**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | Follower1. |
|
||
|
| **rougail.general1.leader.follower2**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `obligatoire` | Follower2. |
|
||
|
|
||
|
|