Executing a Plug-In from an OwS Document
Version vom 20. Februar 2017, 14:45 Uhr von Caumanns (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''PluginCall'' | style="width:3em" | := | style="wid…“)
Syntax
| PluginCall | := | #exec PluginName PluginArgument* ExecCode | ||
| PluginName | := | SimpleName | Name of the plugin as registered with the OwS compiler | |
| PluginArgument | := | SimpleName | argument handed over to the plugin | |
| ExecCode | := | any text #end PluginName |
any text until the #end directive will be considered as the code to be executed by the plugin | |
| | | # | the plugin just takes some arguments but does not execute any further code |