Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Comment


    1  comment
       1.1  Example
    2  comment property
       2.1  commentlist
          2.1.1  Example
    3  See also

The "comment" element allows to add a comment in the wiki.

The comments will only be included if:

comment

The "comment" element allows to add a comment in the wiki.

The possible attributes are:
  • "comment": the comment (mandatory)
  • "author": the comment author (optional)
  • "date": the comment date (optional)
  • "importance": the importance of the comment (optional). "normal" (the default) is for normal comments, "important" is for important commentss

Example

The following example shows a comment:
   This is the previous text<comment comment="the word could be different"/>
The following example shows a user comment with a date and a user name:
  This is the previous text<comment comment="the word could be different" date="2022-03-28" user="Herve"/>

comment property

Main Article: Properties

The "comment" property shows the number of comments and todo in the wiki.

For example:
      The wiki has ${comment} comments.
Result: The wiki has ${comment} comments.

commentlist

The "commentlist" element allows to add a list of all comments and TODOs found in the wiki. This element has no attributes.

Example

For example:
   commentlist:
   <commentlist: />

See also


Categories: syntax

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.