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

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