I have a MediaWiki up and running, and I added SemanticMediaWiki to be able to do some more stuff. Now I want the data that I added using SMW to generate some fancy graphics using JavaScript. My problem is as follows.
I can't find much in the way of information how to embed JavaScript in MediaWiki.
In my case, all I need is a way to call a JavaScript, that picks up an array from the ask array (SMW), take that data to generate some boxes with links and throw some CSS at it.
So far I haven't even figured out a way of running it (other than throwing it in common.js, which isn't awfully helpful).