Cdml Insert
A CdmlElement used to insert various data.
Example
The number of characters on this page:
- 539
produced by:
| [[insert][type=charactercount]] |
|
|
- type: the type of information inserted.
- e.g. [type=pagecount] ... the number of pages in the wiki
- e.g. [type=pagesize] ... the total number of characters of a wiki page (current or given)
- e.g. [type=charactercount] ... the number of characters of the current page or the page given by an additional page parameter. White space and special characters are not counted.
- e.g. [type=wordcount] ... the number of words of the current page or the page given by an additional page parameter.
- page: the name of a page inserted. No type parameter should be used because it would take precedence.
See:
FolderWikiFeatures FolderCdml
|