== dictionaries/rougail/00-base.yml

[,yaml]
----
---
version: '1.1'
condition: no    # the variable use has condition
family:
  description: possibly hidden family
  hidden:
    jinja: |
      {% if _.condition == "yes" %}
      condition is yes
      {% endif %}
    description: if condition is yes
  subfamily:
    var1:  # a variable
----
== Variables for "Rougail"

[cols="1a,1a"]
|====
| Variable   | Description   
| 

**rougail.condition** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory`            | 
The variable use has condition. +
**Default**: no               
|====

=== possibly hidden family

`basic` `__hidden__`


**Hidden**: if condition is yes.

==== rougail.family.subfamily

`basic`

[cols="1a,1a"]
|====
| Variable   | Description   
| 

**rougail.family.subfamily.var1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory`            | 
A variable.               
|====