User talk:Func/wpfunc/nupatrol.js

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

The New Users Patrol script, NUPatrol() is a JavaScript function intended to add additional links to the Special:Log/newusers page.

Usage[edit]

You can simply add the following to your monobook.js page:

document.write(
	'<script type="text/javascript" src="/w/index.php?title=' +
	'User:Func/wpfunc/nupatrol.js' +
	'&action=raw&ctype=text/javascript&dontcountme=s"><'+'/script>'
);

Alternitively, you can simply copy the contents of User:Func/wpfunc/nupatrol.js into your monobook.js page.

Functionality[edit]

On the Special:Log/newusers page, the NUPatrol() function will change the new user entries from the form:

to something that looks like this:

Bugs and feature requests[edit]

I haven't had a chance to test this on a Windows machine yet, so let me know how things go.

Bugs[edit]

Feature requests[edit]