XWiki Syntax Guide
Редактировал(а) atsarkov 20.03.2025 15:03
XWiki Syntax 1.0 » Programming » Macros
XWiki Syntax 1.0: Macros
1.0 Macros
There are two kinds of macros in XWiki Syntax 1.0:
- Velocity macros (called using the #macroname(param1 ... paramN) syntax)
- Radeox macros (called using the {macroname:param1=value1|...|paramN=valueN} syntax)
| Feature | XWiki Syntax 1.0 |
|---|---|
| Velocity Macro | #info("Some text") |
| Radeox Macro | {code:java}
java content
{code}
|