58 lines
15 KiB
Markdown
58 lines
15 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
# dictionaries/rougail/00-base.yml
|
|
|
|
```yaml
|
|
---
|
|
version: '1.1'
|
|
var1: # the first variable
|
|
- 0.0
|
|
var2:
|
|
description: the second variable
|
|
default:
|
|
- 0.0
|
|
var3:
|
|
description: the third variable
|
|
type: float
|
|
default:
|
|
- 0.0
|
|
var4: # the forth variable
|
|
- 10.1
|
|
var5:
|
|
description: the fifth variable
|
|
default:
|
|
- 10.1
|
|
var6:
|
|
description: the sixth variable
|
|
type: float
|
|
default:
|
|
- 10.1
|
|
|
|
var7:
|
|
description: the seventh variable
|
|
multi: true
|
|
default:
|
|
- 0.0
|
|
var8:
|
|
description: the eighth variable
|
|
type: float
|
|
multi: true
|
|
default:
|
|
- 0.0
|
|
```
|
|
# Variables pour "rougail"
|
|
|
|
| Variable | Description |
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| **rougail.var1**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The first variable.<br/>**Défaut**: <br/>- 0.0 |
|
|
| **rougail.var2**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The second variable.<br/>**Défaut**: <br/>- 0.0 |
|
|
| **rougail.var3**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The third variable.<br/>**Défaut**: <br/>- 0.0 |
|
|
| **rougail.var4**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The forth variable.<br/>**Défaut**: <br/>- 10.1 |
|
|
| **rougail.var5**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The fifth variable.<br/>**Défaut**: <br/>- 10.1 |
|
|
| **rougail.var6**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The sixth variable.<br/>**Défaut**: <br/>- 10.1 |
|
|
| **rougail.var7**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The seventh variable.<br/>**Défaut**: <br/>- 0.0 |
|
|
| **rougail.var8**<br/>[`float`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` `unique` `multiple` | The eighth variable.<br/>**Défaut**: <br/>- 0.0 |
|
|
|
|
|