24 lines
935 B
Text
24 lines
935 B
Text
|
== dictionaries/rougail/00-base.yml
|
||
|
|
||
|
[,yaml]
|
||
|
----
|
||
|
version: 1.1
|
||
|
my_calculated_variable:
|
||
|
multi: true
|
||
|
default:
|
||
|
variable: _.my_variable
|
||
|
optional: true
|
||
|
----
|
||
|
== Variables
|
||
|
|
||
|
[cols="130a,130a",options="header"]
|
||
|
|====
|
||
|
| Variable | Description
|
||
|
|
|
||
|
**my_calculated_variable** +
|
||
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
|
||
|
My_calculated_variable.
|
||
|
|====
|
||
|
|
||
|
|