Jump to content

User:Userscripts/Editcount link

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Userscripts (talk | contribs) at 05:59, 8 December 2006 (add monobook). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


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

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

//Create 'winc' function:

function winc(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
winc('Userscripts/Editcount_link/source')

Release history

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

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.