cosmocode / dokuwiki-plugin-top

Simple DokuWiki plugin to count page accesses and display the most popular pages
1 stars 3 forks source link

Add count=X option to display X items; range limited to 1-20 #17

Open FosseWay opened 5 years ago

FosseWay commented 5 years ago

This PR adds a new option count, which allows editors to specify how many items should be displayed by an instance of {{top}} (e.g. by writing {{top|count=5}}). Values for count are subject to basic valid-value checks and sensible limits.

See also #16.