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

54 lines
1.9 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
leader:
description: a leadership
type: leadership
leader: # a leader
- leader
follower1: # a follower1
- value
follower2: # a follower2
- value1
- value2
----
== Variables pour "rougail"
2024-07-10 21:27:48 +02:00
=== a leadership
`standard`
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.leader.leader** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A leader. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* leader
2024-07-10 21:27:48 +02:00
|
**rougail.leader.follower1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `multiple` |
2024-07-10 21:27:48 +02:00
A follower1. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* value
2024-07-10 21:27:48 +02:00
|
**rougail.leader.follower2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `multiple` |
2024-07-10 21:27:48 +02:00
A follower2. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* value1
* value2
2024-07-10 21:27:48 +02:00
|====