Difference between revisions of "Parameter System"
From TV-Browser Wiki
(→What is the "Parameter System"?) |
|||
Line 2: | Line 2: | ||
The Parameter System enables dynamic generated Text. This is used pass text-passages to create the EMails in the EMail-Plugin. In the Capture-Plugin it is used to pass the parameters to 3rd party applications like WinTV. | The Parameter System enables dynamic generated Text. This is used pass text-passages to create the EMails in the EMail-Plugin. In the Capture-Plugin it is used to pass the parameters to 3rd party applications like WinTV. | ||
+ | |||
+ | == Assembly == | ||
+ | |||
+ | The assembly of the Parameter System is quite simple. All text which is embedded by { and } will represent variables or function results. | ||
+ | |||
+ | For example the result of the following text will be: | ||
+ | The Title is {title} |
Revision as of 18:38, 17 June 2006
What is the "Parameter System"?
The Parameter System enables dynamic generated Text. This is used pass text-passages to create the EMails in the EMail-Plugin. In the Capture-Plugin it is used to pass the parameters to 3rd party applications like WinTV.
Assembly
The assembly of the Parameter System is quite simple. All text which is embedded by { and } will represent variables or function results.
For example the result of the following text will be:
The Title is {title}