XWiki Syntax Guide
Редактировал(а) atsarkov 20.03.2025 15:03
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> |