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

count property



The "count" property shows the number of articles in the wiki and is always provided by default. For example:
      The wiki has ${count} articles.
Result: The wiki has 227 articles.

Usage in the dictionary or the categories description

You can also use the property in the dictionary or the categories description.

Note that in the categories description, this property will not return the number of articles in the wiki, but the number of articles in the category.

Examples

In the dictionary description:
   <dictionary>
      This category has ${count} articles.
   </dictionary>
In a category description:
  <category id="myCategory" desc="Category for article3">
     This category has ${count} articles.
  </category>

See also


Categories: configuration

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