== dictionaries/rougail/00-base.yml

[,yaml]
----
version: '1.1'
fam1:  # first family
  var: no    # a variable
fam2:  # second family
  var:
    description: a varaible
    default:
      type: variable
      variable: __.fam1.var
----
== Variables

=== first family

`standard`

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

=== second family

`standard`

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


== Example with all variables modifiable

[,yaml]
----
fam1:
  var: no
fam2:
  var: no
----