56 lines
4.2 KiB
Bash
56 lines
4.2 KiB
Bash
# dictionaries/rougail/00-base.yml
|
||
|
||
```yaml
|
||
---
|
||
version: '1.1'
|
||
bool: false # a boolean variable
|
||
multi1:
|
||
description: a first multi variable
|
||
type: boolean
|
||
multi: true
|
||
default:
|
||
jinja: |
|
||
{% if _.bool %}
|
||
True
|
||
False
|
||
{% else %}
|
||
False
|
||
{% endif %}
|
||
description: a calculation
|
||
multi2:
|
||
description: a second multi variable
|
||
type: boolean
|
||
multi: true
|
||
default:
|
||
jinja: |
|
||
{% if not _.bool %}
|
||
True
|
||
False
|
||
{% else %}
|
||
False
|
||
{% endif %}
|
||
description: a calculation
|
||
```
|
||
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||
┃ [1mVariables[0m ┃
|
||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
[1m [0m[1mVariable [0m[1m [0m [1m [0m[1mDescription [0m[1m [0m
|
||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||
[1mbool[0m
|
||
[1;36;40mboolean[0m [1;36;40mstandard[0m [1;36;40mmandatory[0m A boolean variable.
|
||
[1mDefault[0m: false
|
||
[1mmulti1[0m
|
||
[1;36;40mboolean[0m [1;36;40mstandard[0m [1;36;40mmandatory[0m [1;36;40munique[0m [1;36;40mmultiple[0m A first multi variable.
|
||
[1mDefault[0m: a calculation.
|
||
[1mmulti2[0m
|
||
[1;36;40mboolean[0m [1;36;40mstandard[0m [1;36;40mmandatory[0m [1;36;40munique[0m [1;36;40mmultiple[0m A second multi variable.
|
||
[1mDefault[0m: a calculation.
|
||
|