XWiki Syntax Guide
Last modified by Wecon on 2025/09/03 20:38
XWiki Syntax 1.0 » Advanced » Parameters
XWiki Syntax 1.0: Parameters
1.0 Parameters
In XWiki Syntax 1.0 there is no syntax for passing parameters and the only way to do it was to write XHTML directly in the content as shown in the table below.
XWiki Syntax 1.0 | Generated XHTML |
---|---|
<h1 class="myClass" style="myStyle" id="myId">heading</h1> | <h1 class="myClass" style="myStyle" id="myId">heading</h1> |