Python Macro
This is a XWiki macro, bundled with all the XWiki products by default.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Macro developed by the XWiki Development Team.
This macro cannot currently be downloaded separately.
Python Macro
This is a shortcut for Script Macro equivalent to {{script language="python"}} to execute python scripts based on Jython (http://www.jython.org).Usage
{{python}}
print "Hello World"
{{/python}}Parameters definition
See the Script Macro for details.Example
{{python}}
print "Hello World"
{{/python}}Result
Hello World