rougail-output-doc/tests/docs/base/40_6leadership_follower_multi.adoc

51 lines
2 KiB
Text
Raw Permalink Normal View History

2024-07-10 21:27:48 +02:00
== 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 pour "rougail"
2024-07-10 21:27:48 +02:00
=== A leadership
`basic`
This family contains lists of variable blocks.
[cols="121a,121a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.leadership.leader** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `unique` `multiple` |
The leader.
2024-07-10 21:27:48 +02:00
|
**rougail.leadership.follower1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` `multiple` |
The first follower.
2024-07-10 21:27:48 +02:00
|
**rougail.leadership.follower2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `multiple` |
2024-07-10 21:27:48 +02:00
The second follower. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* value
2024-07-10 21:27:48 +02:00
|====