Wiki source code of XWikiSyntaxHTML
Last modified by superadmin on 2025/05/22 17:44
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = Programming = | ||
| 2 | |||
| 3 | == HTML == | ||
| 4 | |||
| 5 | {{comment}}please do not translate the sub headlines{{/comment}} | ||
| 6 | === 1.0 HTML === | ||
| 7 | |||
| 8 | {{info}}It is possible to enter HTML markup directly in the text in XWiki Syntax 1.0.{{/info}} | ||
| 9 | |||
| 10 | |=XWiki Syntax 1.0|=Result | ||
| 11 | |<abbr title="HyperText Markup Language">HTML</abbr>|{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}} | ||
| 12 | |||
| 13 | === 2.0 HTML === | ||
| 14 | |||
| 15 | {{info}}In XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}} HTML or XHTML must be entered by using the [[HTML macro>>https://extensions.xwiki.org/xwiki/bin/view/Extension/HTML%20Macro]].{{/info}} | ||
| 16 | |||
| 17 | |=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result | ||
| 18 | |{{{{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}} }}}|{{html}}<abbr title="HyperText Markup Language">HTML</abbr>{{/html}} |