Jump to content

User:Userscripts/Editcount link

From Wikipedia, the free encyclopedia


Scripts hosted in User:Userscripts namespace

Editcount link (s d)
Time inserter (s d)

File:Countlink.jpg
An example of Wikipedia with this script installed.

This script inserts a link to Interiot's editcounter for users using the classic skin.

Installation[edit]

To add it, paste the following text into your personal javascript (Special:Mypage/monobook.js orSpecial:Mypage/standard.js):

function importScript(s) {
document.write('<script type="text/javascript" src="'
             + 'http://en.wikipedia.org/w/index.php?title=User:' + s
             + '.js&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}

//[[User:Userscripts/Editcount link]] -- please include this line
importScript('Userscripts/Editcount_link/source')

Release history[edit]

The original code may be found at Wikipedia:Kate's Tool#For the classic skin.

V Date Comments
1.0 2006-08-01 Identical to Kate's original code, with some changes to variable names and display output.
1.1 2006-09-07 Update to link to Essjay's PHP tool, since Interiot's no longer works.

Licensing[edit]

Uncertain. The creator of the original script, Kate, did not specify any licensing information, and is now on an indefinite wikibreak. If and when I get permission from her to do so, this script will be licensed under the GNU General Public License.