Difference between revisions of "Zmud WikiSearch"

From AvatarWiki
Jump to navigation Jump to search
(No difference)

Revision as of 19:30, 24 March 2006

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.

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