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:ListAction


This template is used to create actions for the conditions as you'd see in the Event List.

This assumes you have already started with {{ListStart}} followed by {{ListCondition}}.


Parameters

  • You need to specify Icon = for the object/extension's icon representing the action. If you're not sure, click the image from the Extensions page.
  • You need to specify Object = is the name of the object/extension. This is used for the tool tip and links to the object/extension's page. Ensure this is spelt correctly.
  • Finally, enter the action as it would appear for Text =


Example 1

 {{ListAction | Icon = Icon SystemObject.png | Object = System Object | Text = Set Global String A to "Hello World" }}


In conjunction with the rest of the templates:

1 • Start of Frame
           System Object Set Global String A to "Hello World"


2 • New Condition



It's important you correctly enter the number of actions for the condition for {{ListCondition}}, otherwise the design will be incorrectly displayed.


See Help:EventListExample for further help.