BoxSymbol Clock.png
This is an archive.
See the new ClickWiki at https://clickwiki.github.io. This version is just an archive for the purposes of migrating content to the new structure.


Jump to: navigation, search

Template:EventLine

This template is used to draw an event line for an event editor example.

You should have created the basic table outline first and specified the {{EventColumn}}.


Parameters

  • You need to specify Number = for the line number (usually 1, 2, 3 etc)
  • You need to specify Conditions = for the conditions for this line. The template currently does not change colour for special events (such as going green for "Start of Frame"). Also, if there are multiple conditions, type the second condition after two lines and use the bullet symbol: "•"
  • You can optionally specify Negate = 1 if the condition is negated.


Example 1

 {{EventLine | Number = 1 | Negate = 1 | Conditions = No sample is playing }} 


Shows:

1 Expression is negated • No sample is playing


Example 2

 {{EventLine | Number = 2 | Negate = 1 | Conditions = Start of Frame  
 • Global Value A = 1 }}


Shows:

2 • Timer equals 00"01

• Global Value A = 1


See Help:EventEditorExample for further help.