History: Module top_articles
Preview of version: 2
Module top_articles
This module displays the top articles, ranked by page views, and provides a link to each page.
Example:
This module can be included in a Tiki module or in a wiki page by using the PluginModule:
Copy to clipboard
{MODULE(module=>top_articles, max=####, nonums=[y|n])} {MODULE}
Where:
- max = The number of pages to list (default = 10).
- nonums = Specifies if pages are shown in a bulleted (if nonums = y) or numbered (if nonums = n) list (default = n).
See PluginModule for additional parameters that can be used.