Jump to content

User talk:Func/wpfunc/searchhelp.js

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

SearchHelp() is a monobook script that adds additional functionality to Wikipedia's Special:Search page.

In development.

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/searchhelp.js' +
	'&action=raw&ctype=text/javascript&dontcountme=s"><'+'/script>'
);

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

Functionality[edit]

Currently, I am just trying to make it easier to select and unselect various namespace checkboxes. I have other ideas for the future.

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]