rougail-output-doc/tests/docs/no_namespace/00_9default_calculation_optional_exists.adoc

38 lines
1.5 KiB
Text
Raw Normal View History

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: 1.1
my_variable:
multi: true
default:
- val1
- val2
my_calculated_variable:
multi: true
default:
variable: _.my_variable
optional: true
----
== Variables
[cols="128a,128a",options="header"]
|====
| Variable | Description
|
**my_variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
My_variable. +
**Default**:
* val1
* val2
|
**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 "my_variable".
|====