help.syntaxpage.title
Last modified by Bart Vast on 2022/02/08 22:18
help.syntaxtitle » » ${crtSection.name}
help.syntaxtitle: $sectionName
2.0 Scripts
| Feature | XWiki Syntax 2.1 |
|---|---|
| Velocity script |
{{velocity}}
#set ($var = "whatever")
{{/velocity}}
|
| Groovy script |
{{groovy}}
def var = "whatever"
{{/groovy}}
|