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

48 lines
806 B
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'
variable1:
description: a first variable
type: choice
multi: true
choices:
- val1
- val2
variable2:
description: a second variable
type: choice
multi: true
mandatory: false
choices:
- val1
- val2
----
== Variables
[cols="1a,1a"]
2024-07-10 21:27:48 +02:00
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**variable1** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `basic` `mandatory` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A first variable. +
**Choices**:
2024-07-10 21:27:48 +02:00
* val1
2024-11-15 08:13:45 +01:00
* val2
2024-07-10 21:27:48 +02:00
|
2024-11-15 08:13:45 +01:00
2024-07-10 21:27:48 +02:00
**variable2** +
2024-11-15 08:13:45 +01:00
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `unique` `multiple` |
2024-07-10 21:27:48 +02:00
A second variable. +
**Choices**:
2024-07-10 21:27:48 +02:00
* val1
2024-11-15 08:13:45 +01:00
* val2
2024-07-10 21:27:48 +02:00
|====