Fandom Developers Wiki
Advertisement

The following script adds an Editcount tag to the masthead present in the user namespace. The talk page is always open for any modifications.

Installation

Importing multiple scripts? This quick guide shows how to combine the imports.
  • For site-wide use, an administrator can add the line below to the wiki's MediaWiki:ImportJS page.
dev:EditcountTag/code.js
  • For personal use, add the code snippet below to your global.js page (for use on all wikis) or your common.js page on your wiki (for use on a single wiki). Note that personal JS must be enabled for your account.
importArticles({
    type: 'script',
    articles: [
        'u:dev:MediaWiki:EditcountTag/code.js',
    ]
});

Known Bugs

If you happen to find any bug in the script, contact the author or use the talk page.

Updates

March 13, 2018
TheGoldenPatrik1: Minor rewrite to no longer use "tag" class, making it compatible with UserTags, ProfileTags, EasyUserTags, and Quick Management.
September 10, 2014
Slyst: Rewritten. Multiple issues fixed.
27 November, 2013
Slyst: Removed a bit of styling and placed a class for default background that matches the wiki's theme.
26 November, 2013
Slyst: Script written.
Advertisement