rougail-output-doc/tests/docs/base/16_0redefine_description.md
2024-08-05 14:38:59 +02:00

42 lines
3.8 KiB
Markdown

---
gitea: none
include_toc: true
---
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
var:
description: Redefine description
```
# dictionaries/rougail/01-redefine.yml
```yaml
---
version: '1.1'
var:
description: Redefined
redefine: true
```
# Variables for "rougail"
| Variable                                                                                                | Description                                                                                             |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **rougail.var**<br/>[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | Redefined. |
# Example with mandatory variables not filled in
```yaml
---
rougail:
var: example
```
# Example with all variables modifiable
```yaml
---
rougail:
var: example
```