rougail-output-doc/tests/results/test_examples/04_5disabled_calculation_variable_multi.md

27 lines
6.3 KiB
Markdown
Raw Normal View History

---
gitea: none
include_toc: true
---
2025-02-10 09:52:12 +01:00
# Variables
| Variable                                                                                                                                 | Description                                                                                                                              |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **condition**<br/>[`boolean`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A condition.<br/>**Default**: false |
| **variable**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* `unique` `multiple` | A variable.<br/>**Disabled**: when the variable "condition" has the value "true". |
# Example with mandatory variables not filled in
```yaml
---
2025-02-10 09:52:12 +01:00
variable:
- example
```
2025-02-10 09:52:12 +01:00
# Example with all variables modifiable
2025-02-10 09:52:12 +01:00
```yaml
---
condition: false
variable:
- example
```