XWiki Syntax Guide
Last modified by superadmin on 2022/05/03 16:56
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> |