From Bright Pattern Documentation
Revision as of 22:21, 27 January 2023 by Matt.lashley (talk | contribs) (Created page with "====Formatting Rules==== ---- * Directives are case sensitive. * Separate a directive from its parameters with a colon or whitespace. * Separate multiple parameters with c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
• 5.19

Formatting Rules


  • Directives are case sensitive.
  • Separate a directive from its parameters with a colon or whitespace.
  • Separate multiple parameters with commas.
  • Enclose string parameters in double quotes.
  • Add required parameters before optional parameters.
  • An optional parameter value may be an empty string.


Info.40x40.png Separating a directive from its parameters with whitespace is allowed for backward compatibility. The recommended separator is a colon, except for the buttons directive which only accepts whitespace between the directive and its parameters.