rougail-output-doc/tests/docs/examples/16_5redefine_default_calculation.md

37 lines
453 B
Markdown

---
gitea: none
include_toc: true
---
# dictionaries/rougail/01-base.yml
```yaml
---
version: '1.1'
variable:
redefine: true
default:
```
# dictionaries/rougail/00-base.yml
```yaml
---
version: '1.1'
variable:
description: a variable
default:
jinja: yes
```
# Example with mandatory variables not filled in
```yaml
---
rougail:
variable: example
```
# Example with all variables modifiable
```yaml
---
rougail:
variable: example
```