Version 19.2 by Vincent Massol on 2010/12/13 13:51
![]() | Adds ability to write scripts in Python in wiki pages |
Type | javamacro |
Category | |
Developed by | Unknown |
Rating | |
License | Unknown |
Table of contents
Description
This is a shortcut for Script Macro equivalent to {{script language="python"}} to execute python scripts based on any JSR-223 Python provider like Jython (http://www.jython.org).
Usage
{{python}}
print "Hello World"
{{/python}}
print "Hello World"
{{/python}}
Parameters definition
See the Script Macro for details.
Example
{{python}}
print "Hello World"
{{/python}}
print "Hello World"
{{/python}}
Result
Hello World