== dictionaries/rougail/00-base.yml

[,yaml]
----
version: '1.1'
variable: rougail  # a variable
----
== dictionaries/extra/00-base.yml

[,yaml]
----
version: '1.1'
variable:
  description: a variable
  default:
    type: jinja
    jinja: no
    description: return no
----
== Variables for "rougail"

[cols="108a,108a",options="header"]
|====
| Variable                                                                                                   | Description                                                                                                
| 
**rougail.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory`                                                                                                            | 
A variable. +
**Default**: rougail                                                                                                            
|====


== Variables for "extra"

[cols="108a,108a",options="header"]
|====
| Variable                                                                                                   | Description                                                                                                
| 
**extra.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory`                                                                                                            | 
A variable. +
**Default**: return no.                                                                                                            
|====


== Example with all variables modifiable

[,yaml]
----
rougail:
  variable: rougail
extra:
  variable: no
----