%SET{}%. The %SET{}% and %GET{}% variables are handled by the SetGetPlugin.
%GET{ "name" default="..." }%
| Attribute | Comment | Default | 
|---|---|---|
 "name"  |      Name of variable. | (required) | 
 default="..."  |      Text shown if variable is not found. |  "" (empty string)  |      
%GET{"lunch"}% returns Sushi if the following has been previously set:%SET{ "lunch" value="Sushi" }%  - see more examples