XWiki Syntax Guide

Last modified by Wecon on 2025/09/03 20:38

XWiki Syntax 2.0: Scripts

2.0 Scripts

FeatureXWiki Syntax 2.0
Velocity script
{{velocity}}
#set ($var = "whatever")
{{/velocity}}
Groovy script
{{groovy}}
def var = "whatever"
{{/groovy}}