== dictionaries/rougail/00-base.yml

[,yaml]
----
---
version: '1.1'
condition: yes    # a condition
variable:
  description: a variable
  disabled:
    variable: _.condition
    when_not: yes
----
== Variables

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

**condition** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory`            | 
A condition. +
**Default**: yes               
| 

**variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__`            | 
A variable. +
**Disabled**: when the variable "condition" hasn't the value "yes".               
|====