XWiki Syntax Guide
Última modificación por Roberto Villalobos el 13/07/2017, 18:55
XWiki Syntax 2.1 » Programming » Scripts
XWiki Syntax 2.1: Scripts
2.0 Scripts
Feature | XWiki Syntax 2.1 |
---|---|
Velocity script | {{velocity}} #set ($var = "whatever") {{/velocity}} |
Groovy script | {{groovy}} def var = "whatever" {{/groovy}} |