60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
-
-
+
+
|
## `select:` alternatives
The syntax for `select:` is
* preferrably `"alt|alt|alt"`
* or with optional title `"1=title|2=alternative|3=…"`.
* Though implementations may allow to use `,` comma and `|` dash.
* Or allow both `:` and `=` to separate keys+values.
* Though implementations may allow to use `,` comma, `;` semicolon or `|` dash as separator.
* Or allow both `:` and `=` to separate keys+values. (Too much flexibility makes it ambigious however.)
## Custom types
Apart from providing aliases for the base types, a plugin API might provide its own custom set of setting types:
| type | alias | usage |
|