0 Votes

XWiki Syntax Guide

Last modified by Crumbgrabber Trading on 2025/10/28 17:45

XWiki Syntax 2.1: Scripts

2.0 Scripts

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