35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
version: 1.1
|
|
my_variable:
|
|
default: val1
|
|
my_calculated_variable:
|
|
multi: true
|
|
default:
|
|
- variable: _.my_variable_unexists
|
|
optional: true
|
|
- variable: _.my_variable
|
|
optional: true
|
|
----
|
|
== Variables for "rougail"
|
|
|
|
[cols="128a,128a",options="header"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.my_variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
My_variable. +
|
|
**Default**: val1
|
|
|
|
|
**rougail.my_calculated_variable** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
|
My_calculated_variable. +
|
|
**Default**:
|
|
|
|
* the value of the variable "rougail.my_variable_unexists".
|
|
|====
|
|
|
|
|