Elephant renders macros each time a page is requested. Macros start with {
special characters and expand into text or HTML code. Macros can even include content from a file, HTML page or JSP page. In order to understand what macros are for see what current macros do:
Macros can be nested, but take in mind that macros are written inline, in order to allow content inclusions. Thus, only macros that resolve to a string could be nested. Ex.
To escape the :
character prepend a slash, like /:
.
The next generation of macros provide a great number of features, aiming to easy-of-use customization. The main goals are:
name=[values]
or [values]
.void
.Next generation macros are expressed as @{macro_name}
.
English | 06/08/11 18:00 | Lluís Turró Cutiller | |
English | 09/23/11 13:42 | Lluís Turró Cutiller | |
English | 08/20/13 10:20 | Lluís Turró Cutiller | |
English | 01/08/18 10:40 | Lluís Turró Cutiller | |
English | 10/24/22 17:21 | Lluís Turró Cutiller |