FrontPage 

Fuego wiki

Login or create account

Trigger Help

The Trigger processor is used to cause an action to occur based on a specified condition. You can place this trigger anywhere in the wiki, and (for periodic triggers), it will be detected by an always-running trigger daemon, and the specified action will be taken when the trigger occurs.

Processor arguments are:

  • type - can be "periodic", "on-load"
  • start - starting data and time
  • period - frequency to run the trigger at
  • action - action to take when the trigger is met
    • allowed actions are:
      • load item_ref

Example usage:

{{{#!Trigger
type=periodic
period=daily
start=5:00
action=load SnapshotPage:SnapshotStockQuote
}} }

TBWiki engine 1.8.3 by Tim Bird