Difference between revisions of "Zmud WikiSearch"

From AvatarWiki
Jump to navigation Jump to search
 
m
Line 1: Line 1:
This trigger will open up an AvatarWiki search when you select some text and choose the option from the right-click menu. This is a very simple implementation. I'll work on a more advanced one that removes leading articles (the, an, a), as well as another minor improvement.
+
[[Image:Wikisearch.jpg|right]]This trigger opens your webbrowser to an AvatarWiki search of your selected text when you choose an option from the right-click menu. This is a very simple implementation. I'll work on a more advanced one that removes leading articles (the, an, a), as well as another minor improvement.
  
 
== Code ==
 
== Code ==

Revision as of 19:43, 24 March 2006

Wikisearch.jpg

This trigger opens your webbrowser to an AvatarWiki search of your selected text when you choose an option from the right-click menu. This is a very simple implementation. I'll work on a more advanced one that removes leading articles (the, an, a), as well as another minor improvement.

Code

Copy each line individually and then paste them into zMud:

#MENU {Search for '%selected' On AvatarWiki} {#URL http://avatar.melanarchy.info/wiki/Special:Search?search=~"%selected~"} ""

Usage

To use it, just select some text in the mud, right click on it and choose the "Search for 'x' on AvatarWiki" option.

How It Works