XWiki Syntax Guide

Última modificação por Infraestrutura em 2025/12/04 12:21

XWiki Syntax 1.0 » Programming

XWiki Syntax 1.0: Programming

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)
Information

For the full list of available macros check the Extensions wiki.

FeatureXWiki Syntax 1.0
Velocity Macro
#info("Some text")
Radeox Macro
{code:java}
java content
{code}

HTML

1.0 HTML

Information

It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.

XWiki Syntax 1.0Result
<abbr title="HyperText Markup Language">HTML</abbr>HTML

Roteiros

Failed to execute the [include] macro. Cause: [Cannot find section [H1.0Scripts] in document [xwiki:XWiki.XWikiSyntaxScripts]]. Click on this message for details.