All Weever single variables are prefixed "weever_".
The number of children of the current comment.
The number of children of the current comment not shown on the current page (due to pagination).
The number of children of the current comment shown on the current page.
The number of descendants (children + grandchildren, etc) of the current comment.
The number of descendants of the current comment not shown on the current page (due to pagination).
The number of descendants of the current comment shown on the current page.
The number of siblings of the current comment.
The number of siblings of the current comment not shown on the current page (due to pagination).
The number of siblings of the current comment shown on the current page.
The number of older (preceding) siblings of the current comment.
The number of younger (succeeding) siblings of the current comment.
Whether or not the current comment is a child. Used in conditionals.
Whether or not the current comment is a parent. Used in conditionals.
Whether or not the current comment is a root. Used in conditionals.
The current page number. Used only inside {weever:pagination}{/weever:pagination} tags.
The level of the current comment. Levels are assigned like so:
Comment (level 1)
Reply to Comment (level 2)
Rejoinder (level 3)
Another Reply (level 2)
Another comment (level 1)
The next page number, if any. Used only inside {weever:pagination}{/weever:pagination} tags.
The path to the next page. Uses the base_path parameter. Used only inside {weever:pagination}{/weever:pagination} tags.
The comment_id value of the comment's parent.
The previous page number, if any. Used only inside {weever:pagination}{/weever:pagination} tags.
The path to the previous page. Uses the base_path parameter. Used only inside {weever:pagination}{/weever:pagination} tags.
The comment_id value of the root (first) comment in the current comment's thread.
The status of the current commment. Either "o" (open) or "c" (closed).
Weever supports titles for comments. Add a field to your comment form with the name "title" and use this variable to display the title of each comment. By default, the title is set to the first 5 words of the comment.
<label for="title">Title<input type="text" name="title" value="" size="40" /></p>
The total number of pages of comments. Used only inside {weever:pagination}{/weever:pagination} tags.