rougail-output-doc/tests/results/test_examples/01_6boolean_multi.md

39 lines
14 KiB
Markdown
Raw Normal View History

2024-07-10 21:27:48 +02:00
---
gitea: none
include_toc: true
---
2024-12-02 20:21:31 +01:00
# Variables
| Variable                                                                                                                        | Description                                                                                                                     |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **var1**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The first variable.<br/>**Default**: true |
| **var2**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The second variable.<br/>**Default**: true |
| **var3**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The third variable.<br/>**Default**: true |
| **var4**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The forth variable.<br/>**Default**: false |
| **var5**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The fifth variable.<br/>**Default**: false |
| **var6**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The sixth variable.<br/>**Default**: false |
| **var7**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The seventh variable.<br/>**Default**: true |
| **var8**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` `unique` `multiple` | The eighth variable.<br/>**Default**: true |
# Example with all variables modifiable
2024-07-10 21:27:48 +02:00
```yaml
---
2024-12-02 20:21:31 +01:00
var1:
2024-07-10 21:27:48 +02:00
- true
var2:
2024-12-02 20:21:31 +01:00
- true
2024-07-10 21:27:48 +02:00
var3:
2024-12-02 20:21:31 +01:00
- true
var4:
2024-07-10 21:27:48 +02:00
- false
var5:
2024-12-02 20:21:31 +01:00
- false
2024-07-10 21:27:48 +02:00
var6:
2024-12-02 20:21:31 +01:00
- false
2024-07-10 21:27:48 +02:00
var7:
2024-12-02 20:21:31 +01:00
- true
2024-07-10 21:27:48 +02:00
var8:
2024-12-02 20:21:31 +01:00
- true
2024-07-10 21:27:48 +02:00
```