Yaml: Difference between revisions
From DWIKI
m →Syntax Tag: wikieditor |
m →True Tag: wikieditor |
||
| Line 19: | Line 19: | ||
(Probably?) case sensitive | (Probably?) case sensitive | ||
===True=== | ===True=== | ||
y | y | ||
yes | yes | ||
on | on | ||
true | true | ||
===False | ===False | ||
n | n | ||
no | no | ||
off | off | ||
false | false | ||
=Tools= | =Tools= | ||
Revision as of 15:59, 1 January 2026
Links
Syntax
Comment
- or "
List
Dictionary
name: value
pair
Booleans
(Probably?) case sensitive
True
y yes on true
===False
n no off false
