51 lines
1.7 KiB
Text
51 lines
1.7 KiB
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
version: '1.1'
|
|
|
|
leader:
|
|
description: a leadership
|
|
type: leadership
|
|
|
|
leader:
|
|
description: a leader
|
|
test:
|
|
- val1
|
|
- val2
|
|
|
|
follower1: # a follower
|
|
|
|
follower2: # an other follower
|
|
----
|
|
== Variables
|
|
|
|
=== a leadership
|
|
|
|
`basic`
|
|
|
|
|
|
This family contains lists of variable blocks.
|
|
|
|
[cols="107a,107a",options="header"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**leader.leader** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `unique` `multiple` |
|
|
A leader. +
|
|
**Exemples**:
|
|
|
|
* val1
|
|
* val2
|
|
|
|
|
**leader.follower1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
|
A follower.
|
|
|
|
|
**leader.follower2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
|
|
An other follower.
|
|
|====
|
|
|
|
|