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

40 lines
1.7 KiB
Text
Raw Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
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
[cols="110a,110a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**var** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A first variable. +
**Défaut**:
2024-07-10 21:27:48 +02:00
* la valeur de la variable "var2".
* la valeur de la variable "var3".
2024-07-10 21:27:48 +02:00
|
**var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
2024-07-10 21:27:48 +02:00
A second variable. +
**Défaut**: no
2024-07-10 21:27:48 +02:00
|
**var3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `obligatoire` |
2024-07-10 21:27:48 +02:00
A third variable. +
**Défaut**: yes
2024-07-10 21:27:48 +02:00
|====