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

52 lines
1.8 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
multi: true
default:
jinja: |
val1
val2
description: returns val1 and val2
2024-07-10 21:27:48 +02:00
follower1: # a first follower
2024-07-10 21:27:48 +02:00
follower2: # a second follower
----
== Variables pour "rougail"
2024-07-10 21:27:48 +02:00
=== 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
|
**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**: returns val1 and val2.
2024-07-10 21:27:48 +02:00
|
**rougail.leader.follower1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A first follower.
2024-07-10 21:27:48 +02:00
|
**rougail.leader.follower2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A second follower.
2024-07-10 21:27:48 +02:00
|====