36 lines
3.9 KiB
Markdown
36 lines
3.9 KiB
Markdown
---
|
|
gitea: none
|
|
include_toc: true
|
|
---
|
|
# dictionaries/rougail/01-base.yml
|
|
|
|
```yaml
|
|
---
|
|
version: '1.0'
|
|
var:
|
|
redefine: true
|
|
choices:
|
|
- a
|
|
- c
|
|
```
|
|
# dictionaries/rougail/00-base.yml
|
|
|
|
```yaml
|
|
---
|
|
version: '1.0'
|
|
var:
|
|
type: choice
|
|
description: A choice
|
|
default: c
|
|
choices:
|
|
- a
|
|
- b
|
|
- c
|
|
```
|
|
# Variables
|
|
|
|
| Variable | Description |
|
|
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| **var**<br/>[`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `obligatoire` | A choice.<br/>**Choix**: <br/>- a<br/>- c ← (defaut) |
|
|
|
|
|