== dictionaries/rougail/00-base.yml [,yaml] ---- --- general: description: général varname: type: string description: No change multi: true default: - a version: '1.0' ---- == dictionaries/extra/00-base.yml [,yaml] ---- --- version: '1.1' var: # a varaible - a dyn_{{ identifier }}: dynamic: variable: _.var var: ---- == Variables for "rougail" === général `standard` [cols="1a,1a"] |==== | Variable | Description | **rougail.general.varname** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | No change. + **Default**: * a |==== == Variables for "extra" [cols="1a,1a"] |==== | Variable | Description | **extra.var** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` | A varaible. + **Default**: * a |==== === "dyn__a_" `basic` This family builds families dynamically. **Identifiers**: the value of the variable "extra.var". [cols="1a,1a"] |==== | Variable | Description | **extra.dyn_a.var** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` | Var. |====