Cdml Insert
Difference (previous author)
(Change, Edit, normal page display)
Added: 2a3,24
===Example===
The number of characters on this page:
: [[insert][type=charactercount]]
produced by:
[[code]
<n>[[insert][type=charactercount]]</n>
]
=== Parameters ===
* [[yellow]type]: the type of information inserted.
** e.g. [type=[[blue]pagecount]] ... the number of pages in the wiki
** e.g. [type=[[blue]pagesize]] ... the total number of characters of a wiki page (current or given)
** e.g. [type=[[blue]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=[[blue]wordcount]] ... the number of words of the current page or the page given by an additional page parameter.
* [[yellow]page]: the name of a page inserted. No type parameter should be used because it would take precedence.
|
Added: 4a27,28
Changed: 7c31,32
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
|