DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:top

This is an old revision of the document!


Top Plugin

Compatible with DokuWiki

Hrun

plugin show the top most visited pages

Last updated on
2015-04-16
Provides
Syntax, Action
Repository
Source
Requires
sqlite

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to accscounter

Tagged with statistics

A CosmoCode Plugin

Installation

:!: External requirements: This plugin requires the following additional components that must be installed separately:

Install the plugin using the Extension Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.

Examples/Usage

Show the top ten visted pages of all time:

{{top}}

Show the top ten visted pages of all time in the english namespace (if the translation plugin is installed):

{{top|lang=en}}

Show the top ten visted pages since (and including) January 2014:

{{top|month=201401}}

Show the top ten visted pages since (and including) January 2014 in the english namespace (if the translation plugin is installed):

{{top|month=201401,lang=en}}

Syntax

Inserting the tag {{top}} will create a list of the top ten most visited pages.

{{top[|[lang=$langprefix[,]][month=$startmonth[,]][tag=ol[,]][score=true]}}

It includes four options.

lang

If you have the translation plugin installed you can filter the pages by language:

{{top|lang=$langprefix}}

month

You can specify the month from which the number of visits is computed with the month option. The Format for the month is YYYYMM.

{{top|month=$startmonth}}

list items

By default the list uses bullet points, which can be changed to a numbered list by adding the tag=ol option:

{{top|tag=ol}}

score

You can show the score of each item by adding the score=true option:

{{top|score=true}}

or for example as a numbered list

{{top|tag=ol,score=true}}

Development

Change Log

Known Bugs and Issues

plugin/top.1429185007.txt.gz · Last modified: 2015-04-16 13:50 by grosse

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki