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

52 lines
1.7 KiB
Text
Raw Normal View History

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