--- gitea: none include_toc: true --- # 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` | Variable                                                                                                | Description                                                                                             | |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **rougail.family.variable**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `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 ```