Deprecated Macro

Last modified by Vincent Massol on 2026/04/06 20:41

Example 1: Basic usage

{{deprecated since='11.10.5' useInstead='the New Feature'}}
Content that was deprecated...
{{/deprecated}}

Results in:

Deprecated XWiki 11.10.5. Use the New Feature instead.

Content that was deprecated...

Example 2: Different product

{{deprecated product='Latex' since='11.10.5' useInstead='the New Feature'}}
Content that was deprecated...
{{/deprecated}}

Results in:

Deprecated Latex 11.10.5. Use the New Feature instead.

Content that was deprecated...

Get Connected