XWiki Syntax Guide
Last modified by Mathuaerknedam on 2020/06/11 22:39
XWiki Syntax 2.1 » » ${crtSection.name}
XWiki Syntax 2.1: $sectionName
2.0 Scripts
Feature | XWiki Syntax 2.1 |
---|---|
Velocity script | {{velocity}} #set ($var = "whatever") {{/velocity}} |
Groovy script | {{groovy}} def var = "whatever" {{/groovy}} |