User talk:Func/wpfunc/searchhelp.js
From Wikipedia, the free encyclopedia
SearchHelp() is a monobook script that adds additional functionality to Wikipedia's Special:Search page.
In development.
Contents |
[edit] Usage
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.
[edit] Functionality
Currently, I am just trying to make it easier to select and unselect various namespace checkboxes. I have other ideas for the future.
[edit] Bugs and feature requests
I haven't had a chance to test this on a Windows machine yet, so let me know how things go.

