HomePage
Highscores Action Documentation
This the documentation page for the
{{highscores}} action.
Documentation
Displays a list of top contributors. Since
1.1.6.4 contributors can be ranked by different metrics: number of
pages owned,
edits or
comments.
Long description
This action displays a table with users ranked after the quantity of their contributions to the wiki. After the username, the number of contributions and their percentage over the whole wiki is displayed.
Usage:
{{highscores [top="20"] [rank="edits"] [style="complex"]}}
Parameters
since 1.1.6.4
Parameters
| name | type | required? | default | description |
| top | int | optional | 10 | the number of rows to be displayed |
| rank | string | optional | pages | select the metric used to rank contributors (pages, edits, comments) |
| style | string | optional | complex | displays a simple table (simple) or a table with caption and headers (complex) |
Examples:
{{highscores}}
{{highscores style="simple"}}
{{highscores rank="edits"}}
{{highscores rank="edits" top="3"}}
Top 3 contributor(s) by number of edits
| rank |
user |
edits |
percentage |
| 1. |
DarTar |
501 |
44.2% |
| 2. |
YanB |
238 |
21% |
| 3. |
BrianKoontz |
143 |
12.6% |
Authors
Chriss Tessmer
Dario Taraborelli
CategoryEN