== dictionaries/rougail/01-base.yml [,yaml] ---- version: '1.1' family: redefine: true description: new description ---- == dictionaries/rougail/00-base.yml [,yaml] ---- version: '1.1' family: # a family variable: # a variable ---- == Variables for "rougail" === new description `basic` [cols="105a,105a",options="header"] |==== | Variable | Description | **rougail.family.variable** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | A variable. |==== == Example with mandatory variables not filled in [,yaml] ---- rougail: family: variable: example ---- == Example with all variables modifiable [,yaml] ---- rougail: family: variable: example ----