WISE Playground

You can create an app in realtime on our servers and test it. Once you have it working the way you want, you can submit it to us and after we review it, we will make it live on Wikia Search. When you have it working the way you want it, for now you can just send the two parts to us by email at wiseguys@wikia.com. Pretty soon we'll have a nicer submission process!

Query

Note that you will not be able to test triggering on suggested terms from the playground.

Application Definition Object

The application definition object is a snippet of javascript code (a javascript object, to be more specific) which makes the parent WISE object aware of your application's existence and of the specific parameters that it will need to run properly (e.g. how it is triggered, what file the javascript code is in, what function to call when the app is being run), and also makes the world aware of what the app does, and who the WISEguy is that created it . . . more help

Application Javascript Code

At a minumum, your javascript file will need 2 functions. One function that will be initially called by WISE to run the application (as defined in the "action" parameter of the app definition object) which will make the call out to the api to retrieve the data to be displayed by the application, and another to take the data retrieved, construct the output for the application, and build the result that will get added to the result set (this second function will be passed to the api you call as the json callback parameter) . . . more help

Application Preview

Here's a preview of your application.