rougail-output-doc/tests/docs/base/40_8calculation_multi_variable.adoc

41 lines
1.7 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
---
2024-07-10 21:27:48 +02:00
version: '1.1'
var:
description: a first variable
default:
- variable: _.var2
- variable: _.var3
2024-07-10 21:27:48 +02:00
var2: no # a second variable
var3: yes # a third variable
----
== Variables for "rougail"
2024-07-10 21:27:48 +02:00
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**rougail.var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A first variable. +
**Default**:
2024-07-10 21:27:48 +02:00
* the value of the variable "rougail.var2".
* the value of the variable "rougail.var3".
2024-07-10 21:27:48 +02:00
|
**rougail.var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
A second variable. +
**Default**: no
2024-07-10 21:27:48 +02:00
|
**rougail.var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
2024-07-10 21:27:48 +02:00
A third variable. +
**Default**: yes
2024-07-10 21:27:48 +02:00
|====