== dictionaries/rougail/00-base.yml [,yaml] ---- version: '1.0' leader: description: a leadership type: leadership leader: description: a leader multi: true mandatory: false follower: description: a follower mandatory: true ---- == Variables for "rougail" === a leadership `basic` This family contains lists of variable blocks. [cols="105a,105a",options="header"] |==== | Variable | Description | **rougail.leader.leader** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` | A leader. | **rougail.leader.follower** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A follower. |==== == Example with all variables modifiable [,yaml] ---- rougail: leader: - leader: example follower: example ----