55 lines
1.3 KiB
Text
55 lines
1.3 KiB
Text
== Variables
|
|
|
|
[cols="1a,1a"]
|
|
|====
|
|
| Variable | Description
|
|
|
|
|
|
|
**var1** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
|
The first variable. +
|
|
**Example**: test
|
|
|
|
|
|
|
**var2** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` |
|
|
The second variable. +
|
|
**Default**: value +
|
|
**Example**: test
|
|
|
|
|
|
|
**var3** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
|
|
The third variable. +
|
|
**Examples**:
|
|
|
|
* test1
|
|
* test2
|
|
|
|
|
|
|
**var4** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` |
|
|
The forth variable. +
|
|
**Examples**:
|
|
|
|
* null
|
|
* test1
|
|
* test2
|
|
|
|
|
|
|
**var5** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[boolean]` `standard` `mandatory` |
|
|
The fifth variable. +
|
|
**Default**: true +
|
|
**Example**: false
|
|
|
|
|
|
|
**var6** +
|
|
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `unique` `multiple` |
|
|
The sixth variable. +
|
|
**Examples**:
|
|
|
|
* test1
|
|
* test2
|
|
|====
|
|
|