Template:Recent editors
Appearance
This template is a template gadget. It requires the RecentEditors gadget to work, which is loaded automatically when this template is used. |
Use this template produce a table of recent editors sorted by number of edits and generally limited to the pages linked from a given page.
See the installation instructions to get it working in your wiki.
Usage
[edit]Basic
[edit]Markup | Renders as |
---|---|
|
Loading...
|
Advanced
[edit]Markup | Renders as |
---|---|
|
Loading...
|
Installation
[edit]To install this template in your wiki:
- Create a template with the following markup. You can choose the template name, parameter names and defaults to suit your wiki.
<includeonly><div class="RecentEditors" data-page="{{{page|{{{1|}}}}}}" data-days="{{{days|30}}}" data-limit="{{{limit|10}}}" >Loading...</div>[[Category:Gadget:RecentEditors]]</includeonly>
- Create MediaWiki:Gadget-RecentEditors.js with the following code:
/** * RecentEditors produces a table of recent editors sorted by number of edits and generally limited to the pages linked from a given page * Documentation: https://www.mediawiki.org/wiki/RecentEditors * Source code: https://www.mediawiki.org/wiki/MediaWiki:Gadget-Global-RecentEditors.js */ mw.loader.load( '//www.mediawiki.org/w/load.php?modules=ext.gadget.Global-RecentEditors' );
- Add the following gadget to MediaWiki:Gadgets-definition:
* RecentEditors[ResourceLoader|hidden|default|categories=Gadget:RecentEditors]|RecentEditors.js
Done! Add your template to any page to verify that the installation was successful.
Template data
[edit]Use this template produce a table of recent editors sorted by number of edits and generally limited to the pages linked from a given page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Page | page 1 | Page from where to get the list of linked pages
| Page name | optional |
Days | days | How many days of stats to take into account
| Number | optional |
Limit | limit | How many pages to list
| Number | optional |
See also
[edit]- es:Plantilla:Editores recientes - Spanish localization of this template
- User:Sophivorus - Main author of this template