Confluence Docs 2.10 : Basic Introduction to Velocity
This page last changed on Jun 24, 2007 by smaddox.
Example UsageA variable in velocity looks like this: $foo To set a variable:
#set ($message = "Hello")
A basic if statement: #if ($message == "Hello") Message received and is "Hello" #end
Related Content
|
![]() |
Document generated by Confluence on Dec 03, 2008 15:13 |