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-02-19
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

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]}}

It includes two 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}}

Development

Change Log

Known Bugs and Issues

plugin/top.1424679004.txt.gz · Last modified: 2015-02-23 09:10 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