62 lines
2.1 KiB
Text
62 lines
2.1 KiB
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
version: '1.0'
|
|
leadership:
|
|
description: A leadership
|
|
type: leadership
|
|
leader:
|
|
description: The leader
|
|
multi: true
|
|
follower1:
|
|
description: The first follower
|
|
multi: true
|
|
follower2:
|
|
description: The second follower
|
|
multi: true
|
|
default:
|
|
- value
|
|
----
|
|
== Variables for "rougail"
|
|
|
|
=== A leadership
|
|
|
|
`basic`
|
|
|
|
|
|
This family contains lists of variable blocks.
|
|
|
|
[cols="119a,119a",options="header"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.leadership.leader** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` |
|
|
The leader.
|
|
|
|
|
**rougail.leadership.follower1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `multiple` |
|
|
The first follower.
|
|
|
|
|
**rougail.leadership.follower2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `multiple` |
|
|
The second follower. +
|
|
**Default**:
|
|
|
|
* value
|
|
|====
|
|
|
|
|
|
== Example with all variables modifiable
|
|
|
|
[,yaml]
|
|
----
|
|
rougail:
|
|
leadership:
|
|
- leader: example
|
|
follower1:
|
|
- example
|
|
follower2:
|
|
- value
|
|
----
|