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