Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When an Ignition tag is created, there are some rules than that need to be followed:

  • The first character of the Tag name must be one of the following:
    • Letter - specifically, a letter as recognized by Unicode's Letter (L) category.
    • Number
    • Underscore
  • The second character, and every character after that can then be one of the following:
    • Letter
    • Number
    • Underscore
    • Space
    • Any of the following special characters: ', -, :, (, )

...