53 lines
1.7 KiB
Text
53 lines
1.7 KiB
Text
== dictionaries/rougail/00-base.yml
|
|
|
|
[,yaml]
|
|
----
|
|
---
|
|
version: '1.1'
|
|
var: # a suffix variable
|
|
- val1
|
|
- val2
|
|
dyn{{ identifier }}:
|
|
description: a dynamic family
|
|
dynamic:
|
|
variable: _.var
|
|
var:
|
|
description: Suffix has value
|
|
default:
|
|
type: identifier
|
|
----
|
|
== Variables for "rougail"
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.var** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `unique` `multiple` |
|
|
A suffix variable. +
|
|
**Default**:
|
|
|
|
* val1
|
|
* val2
|
|
|====
|
|
|
|
=== a dynamic family
|
|
|
|
`standard`
|
|
|
|
|
|
This family builds families dynamically.
|
|
|
|
**Identifiers**: the value of the variable "rougail.var".
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
**rougail.dynval1.var** or **rougail.dynval2.var** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
Suffix has value. +
|
|
**Default**: the value of the identifier.
|
|
|====
|
|
|
|
|