XWiki Syntax Guide

Last modified by Thomas Mortagne on 2014/05/07 16:06

XWiki Syntax 2.1: Macros

2.0 Macros

There is only one kind of macro in XWiki Syntax 2.1, which is called by the syntax: {{macroname param1="value1" ... paramN="valueN"}}

FeatureXWiki Syntax 2.1Result
Rendering Macro
{{code language="java"}}
System.out.println("Hello World!");
{{/code}
System.out.println("Hello World!");
IconInformation

Radeox macros cannot be used in XWiki Syntax 2.1. Thus they have been rewritten as Rendering macros.

IconInformation

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