Wikipedia Quick Search


Recommended Posts

We all know about Firefox's Quick Searches, right? Well if you use Wikipedia/Wikidictionary as much as I do, why don't you combine the best of both worlds? Just follow these 2 easy steps.

Step 1: Creating the bookmark

Click: Bookmarks > Manage bookmarks

Collapse: Quick Searches folder

Click: New Bookmark

Your bookmark should appear in the Quick Searches folder.

Fill it out as so:

875338359.jpg

You can name the keyword whatever you want.

For the sanity of everyone following this guide, here is the very long search term:

http://en.wikipedia.org/w/index.php?title=Search&search=%s

Step 2: Usage

After this is done, enter:

wiki neowin

to be taken to the Wikipedia Neowin page.

If your term does not have a page listed, you will be taken to a search page with the results listed.

You can also do this with any site with a search box.

For Wiktionary:

http://en.wiktionary.org/wiki/Search?search=%s&go=Go

For Dictionary.com:

http://dictionary.reference.com/search?q=%s

For IMDB.org

http://imdb.com/Find?for=%s&select=All

Edited by ryanstein
Link to comment
https://www.neowin.net/forum/topic/359247-wikipedia-quick-search/
Share on other sites

  • 1 month later...

Thanks this is brilliant. I have a wikipedia quicksearch plugin also but I did not like it since it explicitly searched rather than went to the page if it existed. But this works perfectly, thanks. Another reason to use firefox :D

By the way, these ones are built into Firefox 1.5b1:

google <search term> - for google, obviously

goto <search term> - i'm feeling lucky (it seems firefox does this anyway if you type something random into the address bar)

dict <search term> - dictionary.com

quot <symbol> - google stock quotes

wp neowin

The wp wikipedia search thingo, is part of an wikipedia 'Quick Search' you can install from the offical mozilla website. Can't find it at the moment, but it's what I did, and I can use the same keyword.

Internet Explorer needs to build in something like this. :( Would almost make me start using it again.

Edited by kerodeon
  • 1 month later...

Tip:

You can also go to the search box, like actually go to the Wikipedia site, and press Right Click, then press 'Add a keyword for this Search'. And then type in the keyword :) Of course, this works for other sites as well, so you don't really need to know the URL needed for the search, firefox will get it for you!

My favourite though is: http://www.yubnub.org/

They have a command for every site/search engine there is, so all I do is go there, add a keyword for search, say 's', then to search in google i just type in 's gg query' in the address bar, or say google images 's gi query' :D

I personally use javascript prompts for my searches, dunno if anyone will want them but here's how I do it.

1. Go to Manage Bookmarks and choose where you want to create a new bookmark (I usually create the pop-up box searches in a 'Searches' folder in my Bookmarks Toolbar for easy access)

2. Enter a title, for example Wikipedia Search

3. In the location field, enter:

javascript:var query = prompt('Enter query:', ''); if(query != '' &amp;&amp; query != null) { window.location.href = 'http://en.wikipedia.org/wiki/' + query }

4. Enter a keyword (optional)

5. Save

Now all you have to do is click the bookmark and you'll be presented with a prompt, asking you to input your query. I'm not sure how time-conserving it is, but it is cool.

Here's also the code I use for Dictionary.com and IMDb:

Dictionary.com

javascript:var query = prompt('Enter word:', ''); if(query != '' &amp;&amp; query != null) { window.location.href = 'http://dictionary.reference.com/search?q=' + query; }

IMDb

javascript:var query = prompt('Enter query:', ''); if(query != '' &amp;&amp; query != null) { window.location.href = 'http://imdb.com/find?q=' + query; }

  • 3 months later...

For a neowin quick search, enter these values:

Name: Neowin

Location: http://www.google.com/custom?domains=Neowi...arch=Neowin.net (Right click, copy link location)

Keyword: whatever you want, I suggest neowin

Then when you type "neowin <search term>" you will be using the new neowin google search :)

  • 2 weeks later...
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.