30 lines
1.4 KiB
Text
30 lines
1.4 KiB
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
version: '1.1'
|
|
condition: yes # a condition
|
|
variable:
|
|
description: a variable
|
|
disabled:
|
|
variable: _.condition
|
|
when: yes
|
|
----
|
|
== Variables pour "rougail"
|
|
|
|
[cols="121a,121a",options="header"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.condition** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
|
|
A condition. +
|
|
**Défaut**: yes
|
|
|
|
|
**rougail.variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` _`désactivé`_ |
|
|
A variable. +
|
|
**Désactivé**: when the variable "rougail.condition" has the value "yes".
|
|
|====
|
|
|
|
|