History: Module top_articles
Source of version: 2
Copy to clipboard
!!! Module top_articles This module displays the top ((articles)), ranked by page views, and provides a link to each page. Example: {MODULE(module=>top_articles, max=5)}{MODULE} This module can be included in a ((Module admin|Tiki module)) or in a wiki page by using the ((PluginModule)): {CODE()} {MODULE(module=>top_articles, max=####, nonums=[y|n])} {MODULE} {CODE} 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.