Certain aspects of Weever's behavior can be modified based on parameters in the URL. These include: the display style; and the page number.
The style parameter can also be set via the URL, and the style parameter in the URL will override those set in the template parameters. To set the style parameter, one of your URL segments should be one of:
For example,
http://example.com/article/comments-date/
would show comments arranged in date order, while
http://example.com/article/comments-thread/T16/
would show the comment with the ID 16 and all of its children.
If paginating, page numbers are specified like CP[page number]. (CP stands for "comment page" to differentiate it from other types of pagination.) Page 4, for example, would be
CP4