Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We have two Confluence user macros to mark deprecated or newly added features in the documentation wiki: {since} and {deprecated}. Both aren't optimal (we can still style them if we see the need) and don't work within tables or similar structures (or maybe the versions without any parameters do, we haven't tried). See also the list of user macros.

The since macro

Examples:

...

Since

...

since5.2

...

 

Since

...

messageSome short message
since5.2

 

...

Since
since5.2

...

No Format
{since:since=5.2}{since}

...

 This is a longer message about the new feature. It can contain wiki markup and formatting.
Since
messageSome short message
since5.2

...

 This is a longer message about the new feature. It can contain wiki markup and formatting.

The deprecated macro

Examples:

...

 

...

Deprecated
since5.2

...

 

Deprecated

...

messageSome short message
since5.2

 

...

Deprecated
since5.2

...

No Format
{deprecated:since=5.2}{deprecated}

...

 This is a longer message about the new feature. It can contain wiki markup and formatting.
Deprecated
messageSome short message
since5.2

...

  This is a longer message about the new feature. It can contain wiki markup and formatting.