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