User:Scott.wheeler/RelatedArticles
= Setup =
If you'd like to have a handy list of related pages for whatever article you happen to be viewing, I've done a bit of Javascript hacking to make a call to the [http://www.directededge.com/ Directed Edge] related articles engine. This pulls in the major benefit of the [http://pedia.directededge.com/ Directed Edge Encyclopedia] (Wikipedia mashup) to Wikipedia proper.
All that you need to get things going is to add the following line to your theme's javascript page:
document.write('');
Then on every page you'll have something that looks like:
You'll also probably need to do a hard-reload (Ctrl-Shift-R in Firefox) so that your monobook.js file is reloaded. After that you're good to go.
Hope you enjoy and feel free to leave feedback on my talk page.