Changes

Jump to navigation Jump to search
23 bytes removed ,  18:37, 20 June 2023
=Keys=
Key The key conversion is employed by the [[JSON Module#Options|JSON Module]] and the [[CSV Module#Options|CSV Module]] to encode strings to valid element names and back to the original representation:
* If lax conversion is enabled'''disabled''', invalid characters are replaced with underscores or (when invalid as first character of an element name) prefixed with an underscore. The resulting string may be better readable, but it cannot necessarily be converted back to the original form.* With lax conversion disabled'''enabled''', a string is encoded to a valid NCName representation:
** An empty string is converted to a single underscore ({{Code|_}}).
** Existing underscores are rewritten to two underscores ({{Code|__}}).
Bureaucrats, editor, reviewer, Administrators
13,554

edits

Navigation menu